Html Css Color HEX #F44CFF Pink Flamingo

📋 copy color: '#F44CFF'

red 244 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #F44CFF

Tints of Pink Flamingo #F44CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 42.43%
G = 13.22%
B = 44.35%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F44CFF (or 0xF44CFF) is known color: Pink Flamingo. HEX triplet: F4, 4C and FF. RGB value is (244,76,255). Sum of RGB (Red+Green+Blue) = 244+76+255=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 76 (30.08% from 255 or 13.22% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #F44CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F44CFF is #0BB300. Grayscale: #929292. Windows color (decimal): -766721 or 16731380. OLE color: 16731380.

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

Color convert

RGB 244 76 255 -
CMYK 0.04 0.70 0 0
HSL 296.31º 1% 0.65% -
HSV(B) 296.31º 0.7% 1% -
XYZ 57.94 31.62 97.66 -
YUV 146.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 244 76 255 0.04 0.70 0 0 296.31 1 0.65
Hex F4 4C FF 4 46 0 0 128 64 41
Octal 364 114 377 4 106 0 0 450 144 101
Binary 11110100 1001100 11111111 100 1000110 0 0 100101000 1100100 1000001

Color Harmonies of #F44CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44CFF

Black with #F44CFF

Text Example


Text Example

White with #F44CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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