Html Css Color HEX #F050F9 Pink Flamingo

📋 copy color: '#F050F9'

red 240 ◦ green 80 ◦ blue 249

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

Shades of Pink Flamingo #F050F9

Tints of Pink Flamingo #F050F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.06%

 BLUE value IS 249 (97.66% from 255) = 43.76%

R = 42.18%
G = 14.06%
B = 43.76%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F050F9 (or 0xF050F9) is known color: Pink Flamingo. HEX triplet: F0, 50 and F9. RGB value is (240,80,249). Sum of RGB (Red+Green+Blue) = 240+80+249=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 80 (31.64% from 255 or 14.06% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #F050F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F050F9 is #0FAF06. Grayscale: #929292. Windows color (decimal): -1027847 or 16339184. OLE color: 16339184.

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

Color convert

RGB 240 80 249 -
CMYK 0.04 0.68 0 0.02
HSL 296.8º 0.93% 0.65% -
HSV(B) 296.8º 0.68% 0.98% -
XYZ 55.9 31.1 92.68 -
YUV 147.11 185.51 194.26 -
System Red Green Blue C M Y K H S L
Decimal 240 80 249 0.04 0.68 0 0.02 296.8 0.93 0.65
Hex F0 50 F9 4 44 0 2 129 5D 41
Octal 360 120 371 4 104 0 2 451 135 101
Binary 11110000 1010000 11111001 100 1000100 0 10 100101001 1011101 1000001

Color Harmonies of #F050F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050F9

Black with #F050F9

Text Example


Text Example

White with #F050F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050F9; }

 p { color: rgb(240,80,249); }

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

background-color css

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

 a { background-color: rgb(240,80,249); }

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

border-color css

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

 span { border-color: rgb(240,80,249); }

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