Html Css Color HEX #F03582 Violet Red

📋 copy color: '#F03582'

red 240 ◦ green 53 ◦ blue 130

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

Shades of Violet Red #F03582

Tints of Violet Red #F03582

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

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

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

R = 56.74%
G = 12.53%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F03582 (or 0xF03582) is known color: Violet Red. HEX triplet: F0, 35 and 82. RGB value is (240,53,130). Sum of RGB (Red+Green+Blue) = 240+53+130=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F03582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03582 is #0FCA7D. Grayscale: #757575. Windows color (decimal): -1034878 or 8533488. OLE color: 8533488.

HSL color Cylindrical-coordinate representation of color #F03582: hue angle of 335.29º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03582 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 130 -
CMYK 0 0.78 0.46 0.06
HSL 335.29º 0.86% 0.57% -
HSV(B) 335.29º 0.78% 0.94% -
XYZ 41.24 22.68 23.32 -
YUV 117.69 134.95 215.24 -
System Red Green Blue C M Y K H S L
Decimal 240 53 130 0 0.78 0.46 0.06 335.29 0.86 0.57
Hex F0 35 82 0 4E 2E 6 14F 56 39
Octal 360 65 202 0 116 56 6 517 126 71
Binary 11110000 110101 10000010 0 1001110 101110 110 101001111 1010110 111001

Color Harmonies of #F03582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03582

Black with #F03582

Text Example


Text Example

White with #F03582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03582; }

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

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

background-color css

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

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

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

border-color css

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

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

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