Html Css Color HEX #F440F4 Pink Flamingo

📋 copy color: '#F440F4'

red 244 ◦ green 64 ◦ blue 244

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

Shades of Pink Flamingo #F440F4

Tints of Pink Flamingo #F440F4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.59%

 BLUE value IS 244 (95.7% from 255) = 44.2%

R = 44.2%
G = 11.59%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F440F4 (or 0xF440F4) is known color: Pink Flamingo. HEX triplet: F4, 40 and F4. RGB value is (244,64,244). Sum of RGB (Red+Green+Blue) = 244+64+244=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 64 (25.39% from 255 or 11.59% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: red, blue. Hex color #F440F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F440F4 is #0BBF0B. Grayscale: #898989. Windows color (decimal): -769804 or 16007412. OLE color: 16007412.

HSL color Cylindrical-coordinate representation of color #F440F4: hue angle of 300º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F440F4 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 64 244 -
CMYK 0 0.74 0 0.04
HSL 300º 0.89% 0.6% -
HSV(B) 300º 0.74% 0.96% -
XYZ 55.47 29.43 88.35 -
YUV 138.34 187.63 203.36 -
System Red Green Blue C M Y K H S L
Decimal 244 64 244 0 0.74 0 0.04 300 0.89 0.6
Hex F4 40 F4 0 4A 0 4 12C 59 3C
Octal 364 100 364 0 112 0 4 454 131 74
Binary 11110100 1000000 11110100 0 1001010 0 100 100101100 1011001 111100

Color Harmonies of #F440F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440F4

Black with #F440F4

Text Example


Text Example

White with #F440F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440F4; }

 p { color: rgb(244,64,244); }

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

background-color css

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

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

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

border-color css

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

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

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