Html Css Color HEX #FE5FED Pink Flamingo

📋 copy color: '#FE5FED'

red 254 ◦ green 95 ◦ blue 237

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

Shades of Pink Flamingo #FE5FED

Tints of Pink Flamingo #FE5FED

RGB

 RED value IS 254 (99.61% from 255) = 43.34%

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

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

R = 43.34%
G = 16.21%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE5FED (or 0xFE5FED) is known color: Pink Flamingo. HEX triplet: FE, 5F and ED. RGB value is (254,95,237). Sum of RGB (Red+Green+Blue) = 254+95+237=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 95 (37.5% from 255 or 16.21% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FED is #01A012. Grayscale: #9E9E9E. Windows color (decimal): -106515 or 15556606. OLE color: 15556606.

HSL color Cylindrical-coordinate representation of color #FE5FED: hue angle of 306.42º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FED is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 95 237 -
CMYK 0 0.63 0.07 0.00
HSL 306.42º 0.99% 0.68% -
HSV(B) 306.42º 0.63% 1% -
XYZ 60.25 35.37 83.77 -
YUV 158.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 254 95 237 0 0.63 0.07 0.00 306.42 0.99 0.68
Hex FE 5F ED 0 3F 7 0 132 63 44
Octal 376 137 355 0 77 7 0 462 143 104
Binary 11111110 1011111 11101101 0 111111 111 0 100110010 1100011 1000100

Color Harmonies of #FE5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FED

Black with #FE5FED

Text Example


Text Example

White with #FE5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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