Html Css Color HEX #F44AFE Pink Flamingo

📋 copy color: '#F44AFE'

red 244 ◦ green 74 ◦ blue 254

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

Shades of Pink Flamingo #F44AFE

Tints of Pink Flamingo #F44AFE

RGB

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

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

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

R = 42.66%
G = 12.94%
B = 44.41%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F44AFE (or 0xF44AFE) is known color: Pink Flamingo. HEX triplet: F4, 4A and FE. RGB value is (244,74,254). Sum of RGB (Red+Green+Blue) = 244+74+254=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 74 (29.30% from 255 or 12.94% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #F44AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F44AFE is #0BB501. Grayscale: #909090. Windows color (decimal): -767234 or 16665332. OLE color: 16665332.

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

Color convert

RGB 244 74 254 -
CMYK 0.04 0.71 0 0.00
HSL 296.67º 0.99% 0.64% -
HSV(B) 296.67º 0.71% 1% -
XYZ 57.65 31.29 96.77 -
YUV 145.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 244 74 254 0.04 0.71 0 0.00 296.67 0.99 0.64
Hex F4 4A FE 4 47 0 0 129 63 40
Octal 364 112 376 4 107 0 0 451 143 100
Binary 11110100 1001010 11111110 100 1000111 0 0 100101001 1100011 1000000

Color Harmonies of #F44AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44AFE

Black with #F44AFE

Text Example


Text Example

White with #F44AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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