Html Css Color HEX #F05EF6 Pink Flamingo

📋 copy color: '#F05EF6'

red 240 ◦ green 94 ◦ blue 246

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

Shades of Pink Flamingo #F05EF6

Tints of Pink Flamingo #F05EF6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.21%

 BLUE value IS 246 (96.48% from 255) = 42.41%

R = 41.38%
G = 16.21%
B = 42.41%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F05EF6 (or 0xF05EF6) is known color: Pink Flamingo. HEX triplet: F0, 5E and F6. RGB value is (240,94,246). Sum of RGB (Red+Green+Blue) = 240+94+246=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #F05EF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05EF6 is #0FA109. Grayscale: #9A9A9A. Windows color (decimal): -1024266 or 16146160. OLE color: 16146160.

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

Color convert

RGB 240 94 246 -
CMYK 0.02 0.62 0 0.04
HSL 297.63º 0.89% 0.67% -
HSV(B) 297.63º 0.62% 0.96% -
XYZ 56.57 33.18 90.61 -
YUV 154.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 240 94 246 0.02 0.62 0 0.04 297.63 0.89 0.67
Hex F0 5E F6 2 3E 0 4 12A 59 43
Octal 360 136 366 2 76 0 4 452 131 103
Binary 11110000 1011110 11110110 10 111110 0 100 100101010 1011001 1000011

Color Harmonies of #F05EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05EF6

Black with #F05EF6

Text Example


Text Example

White with #F05EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05EF6; }

 p { color: rgb(240,94,246); }

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

background-color css

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

 a { background-color: rgb(240,94,246); }

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

border-color css

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

 span { border-color: rgb(240,94,246); }

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