Html Css Color HEX #F94DF7 Pink Flamingo

📋 copy color: '#F94DF7'

red 249 ◦ green 77 ◦ blue 247

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

Shades of Pink Flamingo #F94DF7

Tints of Pink Flamingo #F94DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.11%

R = 43.46%
G = 13.44%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F94DF7 (or 0xF94DF7) is known color: Pink Flamingo. HEX triplet: F9, 4D and F7. RGB value is (249,77,247). Sum of RGB (Red+Green+Blue) = 249+77+247=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 77 (30.47% from 255 or 13.44% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DF7 is #06B208. Grayscale: #939393. Windows color (decimal): -438793 or 16207353. OLE color: 16207353.

HSL color Cylindrical-coordinate representation of color #F94DF7: hue angle of 300.7º 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 #F94DF7 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 77 247 -
CMYK 0 0.69 0.01 0.02
HSL 300.7º 0.93% 0.64% -
HSV(B) 300.7º 0.69% 0.98% -
XYZ 58.51 32.16 91.12 -
YUV 147.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 249 77 247 0 0.69 0.01 0.02 300.7 0.93 0.64
Hex F9 4D F7 0 45 1 2 12D 5D 40
Octal 371 115 367 0 105 1 2 455 135 100
Binary 11111001 1001101 11110111 0 1000101 1 10 100101101 1011101 1000000

Color Harmonies of #F94DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DF7

Black with #F94DF7

Text Example


Text Example

White with #F94DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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