Html Css Color HEX #F55FEF Pink Flamingo

📋 copy color: '#F55FEF'

red 245 ◦ green 95 ◦ blue 239

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

Shades of Pink Flamingo #F55FEF

Tints of Pink Flamingo #F55FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.28%

R = 42.31%
G = 16.41%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F55FEF (or 0xF55FEF) is known color: Pink Flamingo. HEX triplet: F5, 5F and EF. RGB value is (245,95,239). Sum of RGB (Red+Green+Blue) = 245+95+239=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FEF is #0AA010. Grayscale: #9B9B9B. Windows color (decimal): -696337 or 15687669. OLE color: 15687669.

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

Color convert

RGB 245 95 239 -
CMYK 0 0.61 0.02 0.04
HSL 302.4º 0.88% 0.67% -
HSV(B) 302.4º 0.61% 0.96% -
XYZ 57.33 33.83 85.17 -
YUV 156.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 245 95 239 0 0.61 0.02 0.04 302.4 0.88 0.67
Hex F5 5F EF 0 3D 2 4 12E 58 43
Octal 365 137 357 0 75 2 4 456 130 103
Binary 11110101 1011111 11101111 0 111101 10 100 100101110 1011000 1000011

Color Harmonies of #F55FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FEF

Black with #F55FEF

Text Example


Text Example

White with #F55FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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