Html Css Color HEX #FD42FA Pink Flamingo

📋 copy color: '#FD42FA'

red 253 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #FD42FA

Tints of Pink Flamingo #FD42FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 44.46%
G = 11.6%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD42FA (or 0xFD42FA) is known color: Pink Flamingo. HEX triplet: FD, 42 and FA. RGB value is (253,66,250). Sum of RGB (Red+Green+Blue) = 253+66+250=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 66 (26.17% from 255 or 11.60% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD42FA is #02BD05. Grayscale: #8E8E8E. Windows color (decimal): -179462 or 16401149. OLE color: 16401149.

HSL color Cylindrical-coordinate representation of color #FD42FA: hue angle of 300.96º 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 #FD42FA is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 66 250 -
CMYK 0 0.74 0.01 0.01
HSL 300.96º 0.98% 0.63% -
HSV(B) 300.96º 0.74% 0.99% -
XYZ 59.71 31.68 93.41 -
YUV 142.89 188.45 206.54 -
System Red Green Blue C M Y K H S L
Decimal 253 66 250 0 0.74 0.01 0.01 300.96 0.98 0.63
Hex FD 42 FA 0 4A 1 1 12D 62 3F
Octal 375 102 372 0 112 1 1 455 142 77
Binary 11111101 1000010 11111010 0 1001010 1 1 100101101 1100010 111111

Color Harmonies of #FD42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42FA

Black with #FD42FA

Text Example


Text Example

White with #FD42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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