Html Css Color HEX #F93385 Violet Red

📋 copy color: '#F93385'

red 249 ◦ green 51 ◦ blue 133

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

Shades of Violet Red #F93385

Tints of Violet Red #F93385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.78%

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

R = 57.51%
G = 11.78%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F93385 (or 0xF93385) is known color: Violet Red. HEX triplet: F9, 33 and 85. RGB value is (249,51,133). Sum of RGB (Red+Green+Blue) = 249+51+133=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F93385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93385 is #06CC7A. Grayscale: #777777. Windows color (decimal): -445563 or 8729593. OLE color: 8729593.

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

Color convert

RGB 249 51 133 -
CMYK 0 0.80 0.47 0.02
HSL 335.15º 0.94% 0.59% -
HSV(B) 335.15º 0.8% 0.98% -
XYZ 44.48 24.2 24.52 -
YUV 119.55 135.6 220.33 -
System Red Green Blue C M Y K H S L
Decimal 249 51 133 0 0.80 0.47 0.02 335.15 0.94 0.59
Hex F9 33 85 0 50 2F 2 14F 5E 3B
Octal 371 63 205 0 120 57 2 517 136 73
Binary 11111001 110011 10000101 0 1010000 101111 10 101001111 1011110 111011

Color Harmonies of #F93385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93385

Black with #F93385

Text Example


Text Example

White with #F93385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93385; }

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

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

background-color css

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

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

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

border-color css

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

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

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