Html Css Color HEX #F94591 Violet Red

📋 copy color: '#F94591'

red 249 ◦ green 69 ◦ blue 145

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

Shades of Violet Red #F94591

Tints of Violet Red #F94591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.32%

R = 53.78%
G = 14.9%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F94591 (or 0xF94591) is known color: Violet Red. HEX triplet: F9, 45 and 91. RGB value is (249,69,145). Sum of RGB (Red+Green+Blue) = 249+69+145=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F94591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94591 is #06BA6E. Grayscale: #838383. Windows color (decimal): -440943 or 9520633. OLE color: 9520633.

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

Color convert

RGB 249 69 145 -
CMYK 0 0.72 0.42 0.02
HSL 334.67º 0.94% 0.62% -
HSV(B) 334.67º 0.72% 0.98% -
XYZ 46.31 26.44 29.45 -
YUV 131.48 135.63 211.82 -
System Red Green Blue C M Y K H S L
Decimal 249 69 145 0 0.72 0.42 0.02 334.67 0.94 0.62
Hex F9 45 91 0 48 2A 2 14F 5E 3E
Octal 371 105 221 0 110 52 2 517 136 76
Binary 11111001 1000101 10010001 0 1001000 101010 10 101001111 1011110 111110

Color Harmonies of #F94591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94591

Black with #F94591

Text Example


Text Example

White with #F94591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94591; }

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

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

background-color css

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

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

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

border-color css

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

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

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