Html Css Color HEX #F93685 Violet Red

📋 copy color: '#F93685'

red 249 ◦ green 54 ◦ blue 133

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

Shades of Violet Red #F93685

Tints of Violet Red #F93685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.39%

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

R = 57.11%
G = 12.39%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F93685 (or 0xF93685) is known color: Violet Red. HEX triplet: F9, 36 and 85. RGB value is (249,54,133). Sum of RGB (Red+Green+Blue) = 249+54+133=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F93685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93685 is #06C97A. Grayscale: #797979. Windows color (decimal): -444795 or 8730361. OLE color: 8730361.

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

Color convert

RGB 249 54 133 -
CMYK 0 0.78 0.47 0.02
HSL 335.69º 0.94% 0.59% -
HSV(B) 335.69º 0.78% 0.98% -
XYZ 44.62 24.47 24.56 -
YUV 121.31 134.6 219.08 -
System Red Green Blue C M Y K H S L
Decimal 249 54 133 0 0.78 0.47 0.02 335.69 0.94 0.59
Hex F9 36 85 0 4E 2F 2 150 5E 3B
Octal 371 66 205 0 116 57 2 520 136 73
Binary 11111001 110110 10000101 0 1001110 101111 10 101010000 1011110 111011

Color Harmonies of #F93685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93685

Black with #F93685

Text Example


Text Example

White with #F93685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93685; }

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

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

background-color css

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

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

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

border-color css

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

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

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