Html Css Color HEX #F94595 Violet Red

📋 copy color: '#F94595'

red 249 ◦ green 69 ◦ blue 149

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

Shades of Violet Red #F94595

Tints of Violet Red #F94595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.78%

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

R = 53.32%
G = 14.78%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F94595 (or 0xF94595) is known color: Violet Red. HEX triplet: F9, 45 and 95. RGB value is (249,69,149). Sum of RGB (Red+Green+Blue) = 249+69+149=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F94595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94595 is #06BA6A. Grayscale: #838383. Windows color (decimal): -440939 or 9782777. OLE color: 9782777.

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

Color convert

RGB 249 69 149 -
CMYK 0 0.72 0.40 0.02
HSL 333.33º 0.94% 0.62% -
HSV(B) 333.33º 0.72% 0.98% -
XYZ 46.62 26.57 31.1 -
YUV 131.94 137.63 211.5 -
System Red Green Blue C M Y K H S L
Decimal 249 69 149 0 0.72 0.40 0.02 333.33 0.94 0.62
Hex F9 45 95 0 48 28 2 14D 5E 3E
Octal 371 105 225 0 110 50 2 515 136 76
Binary 11111001 1000101 10010101 0 1001000 101000 10 101001101 1011110 111110

Color Harmonies of #F94595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94595

Black with #F94595

Text Example


Text Example

White with #F94595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94595; }

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

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

background-color css

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

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

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

border-color css

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

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

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