Html Css Color HEX #F93582 Violet Red

📋 copy color: '#F93582'

red 249 ◦ green 53 ◦ blue 130

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

Shades of Violet Red #F93582

Tints of Violet Red #F93582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 57.64%
G = 12.27%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F93582 (or 0xF93582) is known color: Violet Red. HEX triplet: F9, 35 and 82. RGB value is (249,53,130). Sum of RGB (Red+Green+Blue) = 249+53+130=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F93582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93582 is #06CA7D. Grayscale: #787878. Windows color (decimal): -445054 or 8533497. OLE color: 8533497.

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

Color convert

RGB 249 53 130 -
CMYK 0 0.79 0.48 0.02
HSL 336.43º 0.94% 0.59% -
HSV(B) 336.43º 0.79% 0.98% -
XYZ 44.37 24.3 23.47 -
YUV 120.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 249 53 130 0 0.79 0.48 0.02 336.43 0.94 0.59
Hex F9 35 82 0 4F 30 2 150 5E 3B
Octal 371 65 202 0 117 60 2 520 136 73
Binary 11111001 110101 10000010 0 1001111 110000 10 101010000 1011110 111011

Color Harmonies of #F93582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93582

Black with #F93582

Text Example


Text Example

White with #F93582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93582; }

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

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

background-color css

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

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

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

border-color css

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

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

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