Html Css Color HEX #FF5FE4 Pink Flamingo

📋 copy color: '#FF5FE4'

red 255 ◦ green 95 ◦ blue 228

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

Shades of Pink Flamingo #FF5FE4

Tints of Pink Flamingo #FF5FE4

RGB

 RED value IS 255 (100% from 255) = 44.12%

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

 BLUE value IS 228 (89.45% from 255) = 39.45%

R = 44.12%
G = 16.44%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF5FE4 (or 0xFF5FE4) is known color: Pink Flamingo. HEX triplet: FF, 5F and E4. RGB value is (255,95,228). Sum of RGB (Red+Green+Blue) = 255+95+228=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FE4 is #00A01B. Grayscale: #9D9D9D. Windows color (decimal): -40988 or 14966783. OLE color: 14966783.

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

Color convert

RGB 255 95 228 -
CMYK 0 0.63 0.11 0
HSL 310.13º 1% 0.69% -
HSV(B) 310.13º 0.63% 1% -
XYZ 59.34 35.05 77.04 -
YUV 158 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 255 95 228 0 0.63 0.11 0 310.13 1 0.69
Hex FF 5F E4 0 3F B 0 136 64 45
Octal 377 137 344 0 77 13 0 466 144 105
Binary 11111111 1011111 11100100 0 111111 1011 0 100110110 1100100 1000101

Color Harmonies of #FF5FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FE4

Black with #FF5FE4

Text Example


Text Example

White with #FF5FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FE4; }

 p { color: rgb(255,95,228); }

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

background-color css

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

 a { background-color: rgb(255,95,228); }

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

border-color css

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

 span { border-color: rgb(255,95,228); }

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