#FD42FF

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

Shades of Pink Flamingo #FD42FF

Tints of Pink Flamingo #FD42FF

Color information

#FD42FF (or 0xFD42FF) is unknown color: approx Pink Flamingo. HEX triplet: FD, 42 and FF. RGB value is (253,66,255). Sum of RGB (Red+Green+Blue) = 253+66+255=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 66 (26.17% from 255 or 11.50% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD42FF is #02BD00. Grayscale: #8E8E8E. Windows color (decimal): -179457 or 16728829. OLE color: 16728829.

HSL color Cylindrical-coordinate representation of color #FD42FF: hue angle of 299.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD42FF is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25366255-
CMYK0.010.7400
HSL299.37º100%62.94%-
HSV(B)299.37º74.12%100%-
XYZ60.513297.6-
YUV143.46190.95206.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 66 (26.17% from 255) = 11.50%
BLUE value IS 255 (100% from 255) = 44.43%
R=44.08%
G=11.50%
B=44.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal253662550.010.7400299.3710062.94
HexFD42FF14A0012b643f
Octal37510237711120045314477
Binary1111110110000101111111111001010001001010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD42FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD42FF; }

 p { color: rgb(253,66,255); }

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

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

 a { background-color: rgb(253,66,255); }

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

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

 span { border-color: rgb(253,66,255); }

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