Html Css Color HEX #F44AF6 Pink Flamingo

📋 copy color: '#F44AF6'

red 244 ◦ green 74 ◦ blue 246

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

Shades of Pink Flamingo #F44AF6

Tints of Pink Flamingo #F44AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.12%

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 43.26%
G = 13.12%
B = 43.62%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F44AF6 (or 0xF44AF6) is known color: Pink Flamingo. HEX triplet: F4, 4A and F6. RGB value is (244,74,246). Sum of RGB (Red+Green+Blue) = 244+74+246=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #F44AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F44AF6 is #0BB509. Grayscale: #8F8F8F. Windows color (decimal): -767242 or 16141044. OLE color: 16141044.

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

Color convert

RGB 244 74 246 -
CMYK 0.01 0.70 0 0.04
HSL 299.3º 0.91% 0.63% -
HSV(B) 299.3º 0.7% 0.96% -
XYZ 56.39 30.78 90.16 -
YUV 144.44 185.32 199.01 -
System Red Green Blue C M Y K H S L
Decimal 244 74 246 0.01 0.70 0 0.04 299.3 0.91 0.63
Hex F4 4A F6 1 46 0 4 12B 5B 3F
Octal 364 112 366 1 106 0 4 453 133 77
Binary 11110100 1001010 11110110 1 1000110 0 100 100101011 1011011 111111

Color Harmonies of #F44AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44AF6

Black with #F44AF6

Text Example


Text Example

White with #F44AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44AF6; }

 p { color: rgb(244,74,246); }

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

background-color css

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

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

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

border-color css

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

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

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