Html Css Color HEX #F44CF2 Pink Flamingo

📋 copy color: '#F44CF2'

red 244 ◦ green 76 ◦ blue 242

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

Shades of Pink Flamingo #F44CF2

Tints of Pink Flamingo #F44CF2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.52%

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 43.42%
G = 13.52%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F44CF2 (or 0xF44CF2) is known color: Pink Flamingo. HEX triplet: F4, 4C and F2. RGB value is (244,76,242). Sum of RGB (Red+Green+Blue) = 244+76+242=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 76 (30.08% from 255 or 13.52% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F44CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F44CF2 is #0BB30D. Grayscale: #909090. Windows color (decimal): -766734 or 15879412. OLE color: 15879412.

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

Color convert

RGB 244 76 242 -
CMYK 0 0.69 0.01 0.04
HSL 300.71º 0.88% 0.63% -
HSV(B) 300.71º 0.69% 0.96% -
XYZ 55.92 30.81 87 -
YUV 145.16 182.66 198.5 -
System Red Green Blue C M Y K H S L
Decimal 244 76 242 0 0.69 0.01 0.04 300.71 0.88 0.63
Hex F4 4C F2 0 45 1 4 12D 58 3F
Octal 364 114 362 0 105 1 4 455 130 77
Binary 11110100 1001100 11110010 0 1000101 1 100 100101101 1011000 111111

Color Harmonies of #F44CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44CF2

Black with #F44CF2

Text Example


Text Example

White with #F44CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44CF2; }

 p { color: rgb(244,76,242); }

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

background-color css

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

 a { background-color: rgb(244,76,242); }

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

border-color css

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

 span { border-color: rgb(244,76,242); }

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