Html Css Color HEX #F049FC Pink Flamingo

📋 copy color: '#F049FC'

red 240 ◦ green 73 ◦ blue 252

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

Shades of Pink Flamingo #F049FC

Tints of Pink Flamingo #F049FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 42.48%
G = 12.92%
B = 44.6%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F049FC (or 0xF049FC) is known color: Pink Flamingo. HEX triplet: F0, 49 and FC. RGB value is (240,73,252). Sum of RGB (Red+Green+Blue) = 240+73+252=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 73 (28.91% from 255 or 12.92% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #F049FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F049FC is #0FB603. Grayscale: #8E8E8E. Windows color (decimal): -1029636 or 16534000. OLE color: 16534000.

HSL color Cylindrical-coordinate representation of color #F049FC: hue angle of 295.98º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F049FC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 73 252 -
CMYK 0.05 0.71 0 0.01
HSL 295.98º 0.97% 0.64% -
HSV(B) 295.98º 0.71% 0.99% -
XYZ 55.89 30.32 95 -
YUV 143.34 189.33 196.95 -
System Red Green Blue C M Y K H S L
Decimal 240 73 252 0.05 0.71 0 0.01 295.98 0.97 0.64
Hex F0 49 FC 5 47 0 1 128 61 40
Octal 360 111 374 5 107 0 1 450 141 100
Binary 11110000 1001001 11111100 101 1000111 0 1 100101000 1100001 1000000

Color Harmonies of #F049FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049FC

Black with #F049FC

Text Example


Text Example

White with #F049FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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