Html Css Color HEX #F94DF4 Pink Flamingo

📋 copy color: '#F94DF4'

red 249 ◦ green 77 ◦ blue 244

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

Shades of Pink Flamingo #F94DF4

Tints of Pink Flamingo #F94DF4

RGB

 RED value IS 249 (97.66% from 255) = 43.68%

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

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

R = 43.68%
G = 13.51%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F94DF4 (or 0xF94DF4) is known color: Pink Flamingo. HEX triplet: F9, 4D and F4. RGB value is (249,77,244). Sum of RGB (Red+Green+Blue) = 249+77+244=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 77 (30.47% from 255 or 13.51% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DF4 is #06B20B. Grayscale: #929292. Windows color (decimal): -438796 or 16010745. OLE color: 16010745.

HSL color Cylindrical-coordinate representation of color #F94DF4: hue angle of 301.74º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94DF4 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 77 244 -
CMYK 0 0.69 0.02 0.02
HSL 301.74º 0.93% 0.64% -
HSV(B) 301.74º 0.69% 0.98% -
XYZ 58.05 31.98 88.7 -
YUV 147.47 182.48 200.42 -
System Red Green Blue C M Y K H S L
Decimal 249 77 244 0 0.69 0.02 0.02 301.74 0.93 0.64
Hex F9 4D F4 0 45 2 2 12E 5D 40
Octal 371 115 364 0 105 2 2 456 135 100
Binary 11111001 1001101 11110100 0 1000101 10 10 100101110 1011101 1000000

Color Harmonies of #F94DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DF4

Black with #F94DF4

Text Example


Text Example

White with #F94DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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