Html Css Color HEX #FD42FB Pink Flamingo

📋 copy color: '#FD42FB'

red 253 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #FD42FB

Tints of Pink Flamingo #FD42FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 44.39%
G = 11.58%
B = 44.04%

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

#FD42FB (or 0xFD42FB) is known color: Pink Flamingo. HEX triplet: FD, 42 and FB. RGB value is (253,66,251). Sum of RGB (Red+Green+Blue) = 253+66+251=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 66 (26.17% from 255 or 11.58% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD42FB is #02BD04. Grayscale: #8E8E8E. Windows color (decimal): -179461 or 16466685. OLE color: 16466685.

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

Color convert

RGB 253 66 251 -
CMYK 0 0.74 0.01 0.01
HSL 300.64º 0.98% 0.63% -
HSV(B) 300.64º 0.74% 0.99% -
XYZ 59.87 31.74 94.24 -
YUV 143 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 253 66 251 0 0.74 0.01 0.01 300.64 0.98 0.63
Hex FD 42 FB 0 4A 1 1 12D 62 3F
Octal 375 102 373 0 112 1 1 455 142 77
Binary 11111101 1000010 11111011 0 1001010 1 1 100101101 1100010 111111

Color Harmonies of #FD42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42FB

Black with #FD42FB

Text Example


Text Example

White with #FD42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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