Html Css Color HEX #F449FB Pink Flamingo

📋 copy color: '#F449FB'

red 244 ◦ green 73 ◦ blue 251

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

Shades of Pink Flamingo #F449FB

Tints of Pink Flamingo #F449FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 42.96%
G = 12.85%
B = 44.19%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F449FB (or 0xF449FB) is known color: Pink Flamingo. HEX triplet: F4, 49 and FB. RGB value is (244,73,251). Sum of RGB (Red+Green+Blue) = 244+73+251=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 73 (28.91% from 255 or 12.85% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #F449FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F449FB is #0BB604. Grayscale: #8F8F8F. Windows color (decimal): -767493 or 16468468. OLE color: 16468468.

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

Color convert

RGB 244 73 251 -
CMYK 0.03 0.71 0 0.02
HSL 297.64º 0.96% 0.64% -
HSV(B) 297.64º 0.71% 0.98% -
XYZ 57.1 30.96 94.23 -
YUV 144.42 188.15 199.03 -
System Red Green Blue C M Y K H S L
Decimal 244 73 251 0.03 0.71 0 0.02 297.64 0.96 0.64
Hex F4 49 FB 3 47 0 2 12A 60 40
Octal 364 111 373 3 107 0 2 452 140 100
Binary 11110100 1001001 11111011 11 1000111 0 10 100101010 1100000 1000000

Color Harmonies of #F449FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F449FB

Black with #F449FB

Text Example


Text Example

White with #F449FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F449FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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