Html Css Color HEX #FD5FE8 Pink Flamingo

📋 copy color: '#FD5FE8'

red 253 ◦ green 95 ◦ blue 232

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

Shades of Pink Flamingo #FD5FE8

Tints of Pink Flamingo #FD5FE8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.38%

 BLUE value IS 232 (91.02% from 255) = 40%

R = 43.62%
G = 16.38%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD5FE8 (or 0xFD5FE8) is known color: Pink Flamingo. HEX triplet: FD, 5F and E8. RGB value is (253,95,232). Sum of RGB (Red+Green+Blue) = 253+95+232=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5FE8 is #02A017. Grayscale: #9D9D9D. Windows color (decimal): -172056 or 15228925. OLE color: 15228925.

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

Color convert

RGB 253 95 232 -
CMYK 0 0.62 0.08 0.01
HSL 307.97º 0.98% 0.68% -
HSV(B) 307.97º 0.62% 0.99% -
XYZ 59.17 34.89 79.96 -
YUV 157.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 253 95 232 0 0.62 0.08 0.01 307.97 0.98 0.68
Hex FD 5F E8 0 3E 8 1 134 62 44
Octal 375 137 350 0 76 10 1 464 142 104
Binary 11111101 1011111 11101000 0 111110 1000 1 100110100 1100010 1000100

Color Harmonies of #FD5FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5FE8

Black with #FD5FE8

Text Example


Text Example

White with #FD5FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5FE8; }

 p { color: rgb(253,95,232); }

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

background-color css

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

 a { background-color: rgb(253,95,232); }

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

border-color css

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

 span { border-color: rgb(253,95,232); }

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