Html Css Color HEX #F94799 Violet Red

📋 copy color: '#F94799'

red 249 ◦ green 71 ◦ blue 153

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

Shades of Violet Red #F94799

Tints of Violet Red #F94799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

 BLUE value IS 153 (60.16% from 255) = 32.35%

R = 52.64%
G = 15.01%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F94799 (or 0xF94799) is known color: Violet Red. HEX triplet: F9, 47 and 99. RGB value is (249,71,153). Sum of RGB (Red+Green+Blue) = 249+71+153=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F94799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94799 is #06B866. Grayscale: #858585. Windows color (decimal): -440423 or 10045433. OLE color: 10045433.

HSL color Cylindrical-coordinate representation of color #F94799: hue angle of 332.36º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94799 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 71 153 -
CMYK 0 0.71 0.39 0.02
HSL 332.36º 0.94% 0.63% -
HSV(B) 332.36º 0.71% 0.98% -
XYZ 47.07 26.95 32.86 -
YUV 133.57 138.97 210.33 -
System Red Green Blue C M Y K H S L
Decimal 249 71 153 0 0.71 0.39 0.02 332.36 0.94 0.63
Hex F9 47 99 0 47 27 2 14C 5E 3F
Octal 371 107 231 0 107 47 2 514 136 77
Binary 11111001 1000111 10011001 0 1000111 100111 10 101001100 1011110 111111

Color Harmonies of #F94799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94799

Black with #F94799

Text Example


Text Example

White with #F94799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94799; }

 p { color: rgb(249,71,153); }

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

background-color css

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

 a { background-color: rgb(249,71,153); }

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

border-color css

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

 span { border-color: rgb(249,71,153); }

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