Html Css Color HEX #F049FE Pink Flamingo

📋 copy color: '#F049FE'

red 240 ◦ green 73 ◦ blue 254

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

Shades of Pink Flamingo #F049FE

Tints of Pink Flamingo #F049FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 42.33%
G = 12.87%
B = 44.8%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F049FE (or 0xF049FE) is known color: Pink Flamingo. HEX triplet: F0, 49 and FE. RGB value is (240,73,254). Sum of RGB (Red+Green+Blue) = 240+73+254=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 73 (28.91% from 255 or 12.87% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #F049FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F049FE is #0FB601. Grayscale: #8F8F8F. Windows color (decimal): -1029634 or 16665072. OLE color: 16665072.

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

Color convert

RGB 240 73 254 -
CMYK 0.06 0.71 0 0.00
HSL 295.36º 0.99% 0.64% -
HSV(B) 295.36º 0.71% 1% -
XYZ 56.21 30.45 96.68 -
YUV 143.57 190.33 196.78 -
System Red Green Blue C M Y K H S L
Decimal 240 73 254 0.06 0.71 0 0.00 295.36 0.99 0.64
Hex F0 49 FE 6 47 0 0 127 63 40
Octal 360 111 376 6 107 0 0 447 143 100
Binary 11110000 1001001 11111110 110 1000111 0 0 100100111 1100011 1000000

Color Harmonies of #F049FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049FE

Black with #F049FE

Text Example


Text Example

White with #F049FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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