Html Css Color HEX #F55FEC Pink Flamingo

📋 copy color: '#F55FEC'

red 245 ◦ green 95 ◦ blue 236

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

Shades of Pink Flamingo #F55FEC

Tints of Pink Flamingo #F55FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 42.53%
G = 16.49%
B = 40.97%

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

#F55FEC (or 0xF55FEC) is known color: Pink Flamingo. HEX triplet: F5, 5F and EC. RGB value is (245,95,236). Sum of RGB (Red+Green+Blue) = 245+95+236=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 95 (37.5% from 255 or 16.49% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FEC is #0AA013. Grayscale: #9B9B9B. Windows color (decimal): -696340 or 15491061. OLE color: 15491061.

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

Color convert

RGB 245 95 236 -
CMYK 0 0.61 0.04 0.04
HSL 303.6º 0.88% 0.67% -
HSV(B) 303.6º 0.61% 0.96% -
XYZ 56.89 33.65 82.85 -
YUV 155.92 173.2 191.54 -
System Red Green Blue C M Y K H S L
Decimal 245 95 236 0 0.61 0.04 0.04 303.6 0.88 0.67
Hex F5 5F EC 0 3D 4 4 130 58 43
Octal 365 137 354 0 75 4 4 460 130 103
Binary 11110101 1011111 11101100 0 111101 100 100 100110000 1011000 1000011

Color Harmonies of #F55FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FEC

Black with #F55FEC

Text Example


Text Example

White with #F55FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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