Html Css Color HEX #F05CEF Pink Flamingo

📋 copy color: '#F05CEF'

red 240 ◦ green 92 ◦ blue 239

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

Shades of Pink Flamingo #F05CEF

Tints of Pink Flamingo #F05CEF

RGB

 RED value IS 240 (94.14% from 255) = 42.03%

 GREEN value IS 92 (36.33% from 255) = 16.11%

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

R = 42.03%
G = 16.11%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F05CEF (or 0xF05CEF) is known color: Pink Flamingo. HEX triplet: F0, 5C and EF. RGB value is (240,92,239). Sum of RGB (Red+Green+Blue) = 240+92+239=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CEF is #0FA310. Grayscale: #989898. Windows color (decimal): -1024785 or 15686896. OLE color: 15686896.

HSL color Cylindrical-coordinate representation of color #F05CEF: hue angle of 300.41º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CEF is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 239 -
CMYK 0 0.62 0.00 0.06
HSL 300.41º 0.83% 0.65% -
HSV(B) 300.41º 0.62% 0.94% -
XYZ 55.34 32.41 85 -
YUV 153.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 240 92 239 0 0.62 0.00 0.06 300.41 0.83 0.65
Hex F0 5C EF 0 3E 0 6 12C 53 41
Octal 360 134 357 0 76 0 6 454 123 101
Binary 11110000 1011100 11101111 0 111110 0 110 100101100 1010011 1000001

Color Harmonies of #F05CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05CEF

Black with #F05CEF

Text Example


Text Example

White with #F05CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05CEF; }

 p { color: rgb(240,92,239); }

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

background-color css

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

 a { background-color: rgb(240,92,239); }

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

border-color css

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

 span { border-color: rgb(240,92,239); }

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