Html Css Color HEX #FD42F9 Pink Flamingo

📋 copy color: '#FD42F9'

red 253 ◦ green 66 ◦ blue 249

#FD42F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FD42F9

Tints of Pink Flamingo #FD42F9

RGB

 RED value IS 253 (99.22% from 255) = 44.54%

 GREEN value IS 66 (26.17% from 255) = 11.62%

 BLUE value IS 249 (97.66% from 255) = 43.84%

R = 44.54%
G = 11.62%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD42F9 (or 0xFD42F9) is known color: Pink Flamingo. HEX triplet: FD, 42 and F9. RGB value is (253,66,249). Sum of RGB (Red+Green+Blue) = 253+66+249=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 66 (26.17% from 255 or 11.62% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD42F9 is #02BD06. Grayscale: #8E8E8E. Windows color (decimal): -179463 or 16335613. OLE color: 16335613.

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

Color convert

RGB 253 66 249 -
CMYK 0 0.74 0.02 0.01
HSL 301.28º 0.98% 0.63% -
HSV(B) 301.28º 0.74% 0.99% -
XYZ 59.56 31.62 92.59 -
YUV 142.78 187.95 206.62 -
System Red Green Blue C M Y K H S L
Decimal 253 66 249 0 0.74 0.02 0.01 301.28 0.98 0.63
Hex FD 42 F9 0 4A 2 1 12D 62 3F
Octal 375 102 371 0 112 2 1 455 142 77
Binary 11111101 1000010 11111001 0 1001010 10 1 100101101 1100010 111111

Color Harmonies of #FD42F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42F9

Black with #FD42F9

Text Example


Text Example

White with #FD42F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42F9; }

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

 H1.HeaderClassName
 {
   color: #FD42F9;
 }
 .AnyTagClassName
 {
   color: #FD42F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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