Html Css Color HEX #F44DFE Pink Flamingo

📋 copy color: '#F44DFE'

red 244 ◦ green 77 ◦ blue 254

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

Shades of Pink Flamingo #F44DFE

Tints of Pink Flamingo #F44DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 42.43%
G = 13.39%
B = 44.17%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F44DFE (or 0xF44DFE) is known color: Pink Flamingo. HEX triplet: F4, 4D and FE. RGB value is (244,77,254). Sum of RGB (Red+Green+Blue) = 244+77+254=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 77 (30.47% from 255 or 13.39% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F44DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44DFE is #0BB201. Grayscale: #929292. Windows color (decimal): -766466 or 16666100. OLE color: 16666100.

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

Color convert

RGB 244 77 254 -
CMYK 0.04 0.70 0 0.00
HSL 296.61º 0.99% 0.65% -
HSV(B) 296.61º 0.7% 1% -
XYZ 57.85 31.7 96.83 -
YUV 147.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 244 77 254 0.04 0.70 0 0.00 296.61 0.99 0.65
Hex F4 4D FE 4 46 0 0 129 63 41
Octal 364 115 376 4 106 0 0 451 143 101
Binary 11110100 1001101 11111110 100 1000110 0 0 100101001 1100011 1000001

Color Harmonies of #F44DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44DFE

Black with #F44DFE

Text Example


Text Example

White with #F44DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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