Html Css Color HEX #F449FF Pink Flamingo

📋 copy color: '#F449FF'

red 244 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #F449FF

Tints of Pink Flamingo #F449FF

RGB

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

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

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

R = 42.66%
G = 12.76%
B = 44.58%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F449FF (or 0xF449FF) is known color: Pink Flamingo. HEX triplet: F4, 49 and FF. RGB value is (244,73,255). Sum of RGB (Red+Green+Blue) = 244+73+255=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 73 (28.91% from 255 or 12.76% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #F449FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F449FF is #0BB600. Grayscale: #909090. Windows color (decimal): -767489 or 16730612. OLE color: 16730612.

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

Color convert

RGB 244 73 255 -
CMYK 0.04 0.71 0 0
HSL 296.37º 1% 0.64% -
HSV(B) 296.37º 0.71% 1% -
XYZ 57.74 31.22 97.59 -
YUV 144.88 190.15 198.7 -
System Red Green Blue C M Y K H S L
Decimal 244 73 255 0.04 0.71 0 0 296.37 1 0.64
Hex F4 49 FF 4 47 0 0 128 64 40
Octal 364 111 377 4 107 0 0 450 144 100
Binary 11110100 1001001 11111111 100 1000111 0 0 100101000 1100100 1000000

Color Harmonies of #F449FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F449FF

Black with #F449FF

Text Example


Text Example

White with #F449FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F449FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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