Html Css Color HEX #FD42FC Pink Flamingo

📋 copy color: '#FD42FC'

red 253 ◦ green 66 ◦ blue 252

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

Shades of Pink Flamingo #FD42FC

Tints of Pink Flamingo #FD42FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.13%

R = 44.31%
G = 11.56%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FD42FC (or 0xFD42FC) is known color: Pink Flamingo. HEX triplet: FD, 42 and FC. RGB value is (253,66,252). Sum of RGB (Red+Green+Blue) = 253+66+252=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 66 (26.17% from 255 or 11.56% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD42FC is #02BD03. Grayscale: #8E8E8E. Windows color (decimal): -179460 or 16532221. OLE color: 16532221.

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

Color convert

RGB 253 66 252 -
CMYK 0 0.74 0.00 0.01
HSL 300.32º 0.98% 0.63% -
HSV(B) 300.32º 0.74% 0.99% -
XYZ 60.03 31.81 95.07 -
YUV 143.12 189.45 206.38 -
System Red Green Blue C M Y K H S L
Decimal 253 66 252 0 0.74 0.00 0.01 300.32 0.98 0.63
Hex FD 42 FC 0 4A 0 1 12C 62 3F
Octal 375 102 374 0 112 0 1 454 142 77
Binary 11111101 1000010 11111100 0 1001010 0 1 100101100 1100010 111111

Color Harmonies of #FD42FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42FC

Black with #FD42FC

Text Example


Text Example

White with #FD42FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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