Html Css Color HEX #F93585 Violet Red

📋 copy color: '#F93585'

red 249 ◦ green 53 ◦ blue 133

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

Shades of Violet Red #F93585

Tints of Violet Red #F93585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 57.24%
G = 12.18%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F93585 (or 0xF93585) is known color: Violet Red. HEX triplet: F9, 35 and 85. RGB value is (249,53,133). Sum of RGB (Red+Green+Blue) = 249+53+133=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F93585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93585 is #06CA7A. Grayscale: #787878. Windows color (decimal): -445051 or 8730105. OLE color: 8730105.

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

Color convert

RGB 249 53 133 -
CMYK 0 0.79 0.47 0.02
HSL 335.51º 0.94% 0.59% -
HSV(B) 335.51º 0.79% 0.98% -
XYZ 44.57 24.38 24.55 -
YUV 120.72 134.93 219.5 -
System Red Green Blue C M Y K H S L
Decimal 249 53 133 0 0.79 0.47 0.02 335.51 0.94 0.59
Hex F9 35 85 0 4F 2F 2 150 5E 3B
Octal 371 65 205 0 117 57 2 520 136 73
Binary 11111001 110101 10000101 0 1001111 101111 10 101010000 1011110 111011

Color Harmonies of #F93585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93585

Black with #F93585

Text Example


Text Example

White with #F93585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93585; }

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

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

background-color css

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

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

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

border-color css

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

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

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