Html Css Color HEX #F049FA Pink Flamingo

📋 copy color: '#F049FA'

red 240 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #F049FA

Tints of Pink Flamingo #F049FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.97%

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 42.63%
G = 12.97%
B = 44.4%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F049FA (or 0xF049FA) is known color: Pink Flamingo. HEX triplet: F0, 49 and FA. RGB value is (240,73,250). Sum of RGB (Red+Green+Blue) = 240+73+250=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 73 (28.91% from 255 or 12.97% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #F049FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F049FA is #0FB605. Grayscale: #8E8E8E. Windows color (decimal): -1029638 or 16402928. OLE color: 16402928.

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

Color convert

RGB 240 73 250 -
CMYK 0.04 0.71 0 0.02
HSL 296.61º 0.95% 0.63% -
HSV(B) 296.61º 0.71% 0.98% -
XYZ 55.57 30.19 93.34 -
YUV 143.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 240 73 250 0.04 0.71 0 0.02 296.61 0.95 0.63
Hex F0 49 FA 4 47 0 2 129 5F 3F
Octal 360 111 372 4 107 0 2 451 137 77
Binary 11110000 1001001 11111010 100 1000111 0 10 100101001 1011111 111111

Color Harmonies of #F049FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049FA

Black with #F049FA

Text Example


Text Example

White with #F049FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049FA; }

 p { color: rgb(240,73,250); }

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

background-color css

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

 a { background-color: rgb(240,73,250); }

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

border-color css

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

 span { border-color: rgb(240,73,250); }

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