Html Css Color HEX #F55EEB Pink Flamingo

📋 copy color: '#F55EEB'

red 245 ◦ green 94 ◦ blue 235

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

Shades of Pink Flamingo #F55EEB

Tints of Pink Flamingo #F55EEB

RGB

 RED value IS 245 (96.09% from 255) = 42.68%

 GREEN value IS 94 (37.11% from 255) = 16.38%

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

R = 42.68%
G = 16.38%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F55EEB (or 0xF55EEB) is known color: Pink Flamingo. HEX triplet: F5, 5E and EB. RGB value is (245,94,235). Sum of RGB (Red+Green+Blue) = 245+94+235=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 94 (37.11% from 255 or 16.38% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55EEB is #0AA114. Grayscale: #9A9A9A. Windows color (decimal): -696597 or 15425269. OLE color: 15425269.

HSL color Cylindrical-coordinate representation of color #F55EEB: hue angle of 303.97º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55EEB is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 94 235 -
CMYK 0 0.62 0.04 0.04
HSL 303.97º 0.88% 0.66% -
HSV(B) 303.97º 0.62% 0.96% -
XYZ 56.65 33.42 82.06 -
YUV 155.22 173.03 192.04 -
System Red Green Blue C M Y K H S L
Decimal 245 94 235 0 0.62 0.04 0.04 303.97 0.88 0.66
Hex F5 5E EB 0 3E 4 4 130 58 42
Octal 365 136 353 0 76 4 4 460 130 102
Binary 11110101 1011110 11101011 0 111110 100 100 100110000 1011000 1000010

Color Harmonies of #F55EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55EEB

Black with #F55EEB

Text Example


Text Example

White with #F55EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55EEB; }

 p { color: rgb(245,94,235); }

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

background-color css

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

 a { background-color: rgb(245,94,235); }

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

border-color css

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

 span { border-color: rgb(245,94,235); }

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