Html Css Color HEX #F449FA Pink Flamingo

📋 copy color: '#F449FA'

red 244 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #F449FA

Tints of Pink Flamingo #F449FA

RGB

 RED value IS 244 (95.7% from 255) = 43.03%

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

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

R = 43.03%
G = 12.87%
B = 44.09%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F449FA (or 0xF449FA) is known color: Pink Flamingo. HEX triplet: F4, 49 and FA. RGB value is (244,73,250). Sum of RGB (Red+Green+Blue) = 244+73+250=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 73 (28.91% from 255 or 12.87% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #F449FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F449FA is #0BB605. Grayscale: #8F8F8F. Windows color (decimal): -767494 or 16402932. OLE color: 16402932.

HSL color Cylindrical-coordinate representation of color #F449FA: hue angle of 297.97º 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 #F449FA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 73 250 -
CMYK 0.02 0.71 0 0.02
HSL 297.97º 0.95% 0.63% -
HSV(B) 297.97º 0.71% 0.98% -
XYZ 56.95 30.9 93.41 -
YUV 144.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 244 73 250 0.02 0.71 0 0.02 297.97 0.95 0.63
Hex F4 49 FA 2 47 0 2 12A 5F 3F
Octal 364 111 372 2 107 0 2 452 137 77
Binary 11110100 1001001 11111010 10 1000111 0 10 100101010 1011111 111111

Color Harmonies of #F449FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F449FA

Black with #F449FA

Text Example


Text Example

White with #F449FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F449FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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