Html Css Color HEX #F54EEF Pink Flamingo

📋 copy color: '#F54EEF'

red 245 ◦ green 78 ◦ blue 239

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

Shades of Pink Flamingo #F54EEF

Tints of Pink Flamingo #F54EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.88%

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

R = 43.59%
G = 13.88%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F54EEF (or 0xF54EEF) is known color: Pink Flamingo. HEX triplet: F5, 4E and EF. RGB value is (245,78,239). Sum of RGB (Red+Green+Blue) = 245+78+239=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 78 (30.86% from 255 or 13.88% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54EEF is #0AB110. Grayscale: #919191. Windows color (decimal): -700689 or 15683317. OLE color: 15683317.

HSL color Cylindrical-coordinate representation of color #F54EEF: hue angle of 302.16º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54EEF is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 78 239 -
CMYK 0 0.68 0.02 0.04
HSL 302.16º 0.89% 0.63% -
HSV(B) 302.16º 0.68% 0.96% -
XYZ 55.96 31.09 84.71 -
YUV 146.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 245 78 239 0 0.68 0.02 0.04 302.16 0.89 0.63
Hex F5 4E EF 0 44 2 4 12E 59 3F
Octal 365 116 357 0 104 2 4 456 131 77
Binary 11110101 1001110 11101111 0 1000100 10 100 100101110 1011001 111111

Color Harmonies of #F54EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54EEF

Black with #F54EEF

Text Example


Text Example

White with #F54EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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