Html Css Color HEX #F449FD Pink Flamingo

📋 copy color: '#F449FD'

red 244 ◦ green 73 ◦ blue 253

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

Shades of Pink Flamingo #F449FD

Tints of Pink Flamingo #F449FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.39%

R = 42.81%
G = 12.81%
B = 44.39%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F449FD (or 0xF449FD) is known color: Pink Flamingo. HEX triplet: F4, 49 and FD. RGB value is (244,73,253). Sum of RGB (Red+Green+Blue) = 244+73+253=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 73 (28.91% from 255 or 12.81% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #F449FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F449FD is #0BB602. Grayscale: #909090. Windows color (decimal): -767491 or 16599540. OLE color: 16599540.

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

Color convert

RGB 244 73 253 -
CMYK 0.04 0.71 0 0.01
HSL 297º 0.98% 0.64% -
HSV(B) 297º 0.71% 0.99% -
XYZ 57.42 31.09 95.9 -
YUV 144.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 244 73 253 0.04 0.71 0 0.01 297 0.98 0.64
Hex F4 49 FD 4 47 0 1 129 62 40
Octal 364 111 375 4 107 0 1 451 142 100
Binary 11110100 1001001 11111101 100 1000111 0 1 100101001 1100010 1000000

Color Harmonies of #F449FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F449FD

Black with #F449FD

Text Example


Text Example

White with #F449FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F449FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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