Html Css Color HEX #F049FF Pink Flamingo

📋 copy color: '#F049FF'

red 240 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #F049FF

Tints of Pink Flamingo #F049FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 42.25%
G = 12.85%
B = 44.89%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F049FF (or 0xF049FF) is known color: Pink Flamingo. HEX triplet: F0, 49 and FF. RGB value is (240,73,255). Sum of RGB (Red+Green+Blue) = 240+73+255=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 73 (28.91% from 255 or 12.85% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #F049FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F049FF is #0FB600. Grayscale: #8F8F8F. Windows color (decimal): -1029633 or 16730608. OLE color: 16730608.

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

Color convert

RGB 240 73 255 -
CMYK 0.06 0.71 0 0
HSL 295.06º 1% 0.64% -
HSV(B) 295.06º 0.71% 1% -
XYZ 56.37 30.51 97.53 -
YUV 143.68 190.83 196.7 -
System Red Green Blue C M Y K H S L
Decimal 240 73 255 0.06 0.71 0 0 295.06 1 0.64
Hex F0 49 FF 6 47 0 0 127 64 40
Octal 360 111 377 6 107 0 0 447 144 100
Binary 11110000 1001001 11111111 110 1000111 0 0 100100111 1100100 1000000

Color Harmonies of #F049FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049FF

Black with #F049FF

Text Example


Text Example

White with #F049FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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