Html Css Color HEX #F94795 Violet Red

📋 copy color: '#F94795'

red 249 ◦ green 71 ◦ blue 149

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

Shades of Violet Red #F94795

Tints of Violet Red #F94795

RGB

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

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

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

R = 53.09%
G = 15.14%
B = 31.77%

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

#F94795 (or 0xF94795) is known color: Violet Red. HEX triplet: F9, 47 and 95. RGB value is (249,71,149). Sum of RGB (Red+Green+Blue) = 249+71+149=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F94795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94795 is #06B86A. Grayscale: #848484. Windows color (decimal): -440427 or 9783289. OLE color: 9783289.

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

Color convert

RGB 249 71 149 -
CMYK 0 0.71 0.40 0.02
HSL 333.71º 0.94% 0.63% -
HSV(B) 333.71º 0.71% 0.98% -
XYZ 46.74 26.82 31.15 -
YUV 133.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 249 71 149 0 0.71 0.40 0.02 333.71 0.94 0.63
Hex F9 47 95 0 47 28 2 14E 5E 3F
Octal 371 107 225 0 107 50 2 516 136 77
Binary 11111001 1000111 10010101 0 1000111 101000 10 101001110 1011110 111111

Color Harmonies of #F94795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94795

Black with #F94795

Text Example


Text Example

White with #F94795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94795; }

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

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

background-color css

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

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

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

border-color css

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

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

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