Html Css Color HEX #F94995 Violet Red

📋 copy color: '#F94995'

red 249 ◦ green 73 ◦ blue 149

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

Shades of Violet Red #F94995

Tints of Violet Red #F94995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.5%

 BLUE value IS 149 (58.59% from 255) = 31.63%

R = 52.87%
G = 15.5%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F94995 (or 0xF94995) is known color: Violet Red. HEX triplet: F9, 49 and 95. RGB value is (249,73,149). Sum of RGB (Red+Green+Blue) = 249+73+149=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F94995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94995 is #06B66A. Grayscale: #868686. Windows color (decimal): -439915 or 9783801. OLE color: 9783801.

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

Color convert

RGB 249 73 149 -
CMYK 0 0.71 0.40 0.02
HSL 334.09º 0.94% 0.63% -
HSV(B) 334.09º 0.71% 0.98% -
XYZ 46.87 27.07 31.19 -
YUV 134.29 136.31 209.82 -
System Red Green Blue C M Y K H S L
Decimal 249 73 149 0 0.71 0.40 0.02 334.09 0.94 0.63
Hex F9 49 95 0 47 28 2 14E 5E 3F
Octal 371 111 225 0 107 50 2 516 136 77
Binary 11111001 1001001 10010101 0 1000111 101000 10 101001110 1011110 111111

Color Harmonies of #F94995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94995

Black with #F94995

Text Example


Text Example

White with #F94995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94995; }

 p { color: rgb(249,73,149); }

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

background-color css

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

 a { background-color: rgb(249,73,149); }

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

border-color css

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

 span { border-color: rgb(249,73,149); }

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