Html Css Color HEX #FD5FED Pink Flamingo

📋 copy color: '#FD5FED'

red 253 ◦ green 95 ◦ blue 237

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

Shades of Pink Flamingo #FD5FED

Tints of Pink Flamingo #FD5FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 43.25%
G = 16.24%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD5FED (or 0xFD5FED) is known color: Pink Flamingo. HEX triplet: FD, 5F and ED. RGB value is (253,95,237). Sum of RGB (Red+Green+Blue) = 253+95+237=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5FED is #02A012. Grayscale: #9E9E9E. Windows color (decimal): -172051 or 15556605. OLE color: 15556605.

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

Color convert

RGB 253 95 237 -
CMYK 0 0.62 0.06 0.01
HSL 306.08º 0.98% 0.68% -
HSV(B) 306.08º 0.62% 0.99% -
XYZ 59.89 35.18 83.76 -
YUV 158.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 253 95 237 0 0.62 0.06 0.01 306.08 0.98 0.68
Hex FD 5F ED 0 3E 6 1 132 62 44
Octal 375 137 355 0 76 6 1 462 142 104
Binary 11111101 1011111 11101101 0 111110 110 1 100110010 1100010 1000100

Color Harmonies of #FD5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5FED

Black with #FD5FED

Text Example


Text Example

White with #FD5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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