Html Css Color HEX #F93485 Violet Red

📋 copy color: '#F93485'

red 249 ◦ green 52 ◦ blue 133

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

Shades of Violet Red #F93485

Tints of Violet Red #F93485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

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

R = 57.37%
G = 11.98%
B = 30.65%

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

#F93485 (or 0xF93485) is known color: Violet Red. HEX triplet: F9, 34 and 85. RGB value is (249,52,133). Sum of RGB (Red+Green+Blue) = 249+52+133=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F93485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93485 is #06CB7A. Grayscale: #787878. Windows color (decimal): -445307 or 8729849. OLE color: 8729849.

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

Color convert

RGB 249 52 133 -
CMYK 0 0.79 0.47 0.02
HSL 335.33º 0.94% 0.59% -
HSV(B) 335.33º 0.79% 0.98% -
XYZ 44.53 24.29 24.53 -
YUV 120.14 135.27 219.91 -
System Red Green Blue C M Y K H S L
Decimal 249 52 133 0 0.79 0.47 0.02 335.33 0.94 0.59
Hex F9 34 85 0 4F 2F 2 14F 5E 3B
Octal 371 64 205 0 117 57 2 517 136 73
Binary 11111001 110100 10000101 0 1001111 101111 10 101001111 1011110 111011

Color Harmonies of #F93485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93485

Black with #F93485

Text Example


Text Example

White with #F93485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93485; }

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

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

background-color css

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

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

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

border-color css

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

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

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