Html Css Color HEX #F94582 Violet Red

📋 copy color: '#F94582'

red 249 ◦ green 69 ◦ blue 130

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

Shades of Violet Red #F94582

Tints of Violet Red #F94582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.4%

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

R = 55.58%
G = 15.4%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F94582 (or 0xF94582) is known color: Violet Red. HEX triplet: F9, 45 and 82. RGB value is (249,69,130). Sum of RGB (Red+Green+Blue) = 249+69+130=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F94582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94582 is #06BA7D. Grayscale: #818181. Windows color (decimal): -440958 or 8537593. OLE color: 8537593.

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

Color convert

RGB 249 69 130 -
CMYK 0 0.72 0.48 0.02
HSL 339.67º 0.94% 0.62% -
HSV(B) 339.67º 0.72% 0.98% -
XYZ 45.22 26.01 23.76 -
YUV 129.77 128.13 213.04 -
System Red Green Blue C M Y K H S L
Decimal 249 69 130 0 0.72 0.48 0.02 339.67 0.94 0.62
Hex F9 45 82 0 48 30 2 154 5E 3E
Octal 371 105 202 0 110 60 2 524 136 76
Binary 11111001 1000101 10000010 0 1001000 110000 10 101010100 1011110 111110

Color Harmonies of #F94582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94582

Black with #F94582

Text Example


Text Example

White with #F94582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94582; }

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

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

background-color css

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

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

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

border-color css

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

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

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