#fd38fa

Color #FD38FA Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FD38FA

Tints of Pink Flamingo #FD38FA

Color information

#FD38FA (or 0xFD38FA) is unknown color: approx Pink Flamingo. HEX triplet: FD, 38 and FA. RGB value is (253,56,250). Sum of RGB (Red+Green+Blue) = 253+56+250=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 56 (22.27% from 255 or 10.02% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD38FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD38FA is #02C705. Grayscale: #888888. Windows color (decimal): -182022 or 16398589. OLE color: 16398589.

HSL color Cylindrical-coordinate representation of color #FD38FA: hue angle of 300.91º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD38FA is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB25356250-
CMYK00.780.010.01
HSL300.91º98.01%60.59%-
HSV(B)300.91º77.87%99.22%-
XYZ59.1830.6193.23-
YUV137.02191.77210.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 56 (22.27% from 255) = 10.02%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=45.26%
G=10.02%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535625000.780.010.01300.9198.0160.59
HexFD38FA04E1112d623d
Octal3757037201161145514275
Binary111111011110001111101001001110111001011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd38fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd38fa; }

 p { color: rgb(253,56,250); }

 H1.HeaderClassName
 {
   color: #fd38fa;
 }
 .AnyTagClassName
 {
   color: #fd38fa;
 }
</style>
background-color css

<style>
 a { background-color: #fd38fa; }

 a { background-color: rgb(253,56,250); }

 div.DivClassName
 {
   background-color: #fd38fa;
 }
 .BgClassName
 {
   background-color: #fd38fa;
 }
</style>
border-color css

<style>
 span { border-color: #fd38fa; }

 span { border-color: rgb(253,56,250); }

 td.TdClassName
 {
   border-color: #fd38fa;
 }
 .TagClassName
 {
   border-color: #fd38fa;
 }
</style>