Html Css Color HEX #FF5FEB Pink Flamingo

📋 copy color: '#FF5FEB'

red 255 ◦ green 95 ◦ blue 235

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

Shades of Pink Flamingo #FF5FEB

Tints of Pink Flamingo #FF5FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 43.59%
G = 16.24%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF5FEB (or 0xFF5FEB) is known color: Pink Flamingo. HEX triplet: FF, 5F and EB. RGB value is (255,95,235). Sum of RGB (Red+Green+Blue) = 255+95+235=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FEB is #00A014. Grayscale: #9E9E9E. Windows color (decimal): -40981 or 15425535. OLE color: 15425535.

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

Color convert

RGB 255 95 235 -
CMYK 0 0.63 0.08 0
HSL 307.5º 1% 0.69% -
HSV(B) 307.5º 0.63% 1% -
XYZ 60.33 35.44 82.26 -
YUV 158.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 255 95 235 0 0.63 0.08 0 307.5 1 0.69
Hex FF 5F EB 0 3F 8 0 134 64 45
Octal 377 137 353 0 77 10 0 464 144 105
Binary 11111111 1011111 11101011 0 111111 1000 0 100110100 1100100 1000101

Color Harmonies of #FF5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FEB

Black with #FF5FEB

Text Example


Text Example

White with #FF5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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