Html Css Color HEX #F44DF0 Pink Flamingo

📋 copy color: '#F44DF0'

red 244 ◦ green 77 ◦ blue 240

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

Shades of Pink Flamingo #F44DF0

Tints of Pink Flamingo #F44DF0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.73%

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 43.49%
G = 13.73%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F44DF0 (or 0xF44DF0) is known color: Pink Flamingo. HEX triplet: F4, 4D and F0. RGB value is (244,77,240). Sum of RGB (Red+Green+Blue) = 244+77+240=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 77 (30.47% from 255 or 13.73% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44DF0 is #0BB20F. Grayscale: #919191. Windows color (decimal): -766480 or 15748596. OLE color: 15748596.

HSL color Cylindrical-coordinate representation of color #F44DF0: hue angle of 301.44º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44DF0 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 77 240 -
CMYK 0 0.68 0.02 0.04
HSL 301.44º 0.88% 0.63% -
HSV(B) 301.44º 0.68% 0.96% -
XYZ 55.69 30.83 85.45 -
YUV 145.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 244 77 240 0 0.68 0.02 0.04 301.44 0.88 0.63
Hex F4 4D F0 0 44 2 4 12D 58 3F
Octal 364 115 360 0 104 2 4 455 130 77
Binary 11110100 1001101 11110000 0 1000100 10 100 100101101 1011000 111111

Color Harmonies of #F44DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44DF0

Black with #F44DF0

Text Example


Text Example

White with #F44DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44DF0; }

 p { color: rgb(244,77,240); }

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

background-color css

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

 a { background-color: rgb(244,77,240); }

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

border-color css

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

 span { border-color: rgb(244,77,240); }

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