Html Css Color HEX #F93589 Violet Red

📋 copy color: '#F93589'

red 249 ◦ green 53 ◦ blue 137

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

Shades of Violet Red #F93589

Tints of Violet Red #F93589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.07%

 BLUE value IS 137 (53.91% from 255) = 31.21%

R = 56.72%
G = 12.07%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F93589 (or 0xF93589) is known color: Violet Red. HEX triplet: F9, 35 and 89. RGB value is (249,53,137). Sum of RGB (Red+Green+Blue) = 249+53+137=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F93589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93589 is #06CA76. Grayscale: #797979. Windows color (decimal): -445047 or 8992249. OLE color: 8992249.

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

Color convert

RGB 249 53 137 -
CMYK 0 0.79 0.45 0.02
HSL 334.29º 0.94% 0.59% -
HSV(B) 334.29º 0.79% 0.98% -
XYZ 44.86 24.49 26.03 -
YUV 121.18 136.93 219.17 -
System Red Green Blue C M Y K H S L
Decimal 249 53 137 0 0.79 0.45 0.02 334.29 0.94 0.59
Hex F9 35 89 0 4F 2D 2 14E 5E 3B
Octal 371 65 211 0 117 55 2 516 136 73
Binary 11111001 110101 10001001 0 1001111 101101 10 101001110 1011110 111011

Color Harmonies of #F93589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93589

Black with #F93589

Text Example


Text Example

White with #F93589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93589; }

 p { color: rgb(249,53,137); }

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

background-color css

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

 a { background-color: rgb(249,53,137); }

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

border-color css

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

 span { border-color: rgb(249,53,137); }

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