Html Css Color HEX #F55FEB Pink Flamingo

📋 copy color: '#F55FEB'

red 245 ◦ green 95 ◦ blue 235

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

Shades of Pink Flamingo #F55FEB

Tints of Pink Flamingo #F55FEB

RGB

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

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

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

R = 42.61%
G = 16.52%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F55FEB (or 0xF55FEB) is known color: Pink Flamingo. HEX triplet: F5, 5F and EB. RGB value is (245,95,235). Sum of RGB (Red+Green+Blue) = 245+95+235=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FEB is #0AA014. Grayscale: #9B9B9B. Windows color (decimal): -696341 or 15425525. OLE color: 15425525.

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

Color convert

RGB 245 95 235 -
CMYK 0 0.61 0.04 0.04
HSL 304º 0.88% 0.67% -
HSV(B) 304º 0.61% 0.96% -
XYZ 56.74 33.6 82.09 -
YUV 155.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 245 95 235 0 0.61 0.04 0.04 304 0.88 0.67
Hex F5 5F EB 0 3D 4 4 130 58 43
Octal 365 137 353 0 75 4 4 460 130 103
Binary 11110101 1011111 11101011 0 111101 100 100 100110000 1011000 1000011

Color Harmonies of #F55FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FEB

Black with #F55FEB

Text Example


Text Example

White with #F55FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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