Html Css Color HEX #F94482 Violet Red

📋 copy color: '#F94482'

red 249 ◦ green 68 ◦ blue 130

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

Shades of Violet Red #F94482

Tints of Violet Red #F94482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.21%

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

R = 55.7%
G = 15.21%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F94482 (or 0xF94482) is known color: Violet Red. HEX triplet: F9, 44 and 82. RGB value is (249,68,130). Sum of RGB (Red+Green+Blue) = 249+68+130=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F94482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94482 is #06BB7D. Grayscale: #818181. Windows color (decimal): -441214 or 8537337. OLE color: 8537337.

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

Color convert

RGB 249 68 130 -
CMYK 0 0.73 0.48 0.02
HSL 339.45º 0.94% 0.62% -
HSV(B) 339.45º 0.73% 0.98% -
XYZ 45.16 25.89 23.74 -
YUV 129.19 128.47 213.46 -
System Red Green Blue C M Y K H S L
Decimal 249 68 130 0 0.73 0.48 0.02 339.45 0.94 0.62
Hex F9 44 82 0 49 30 2 153 5E 3E
Octal 371 104 202 0 111 60 2 523 136 76
Binary 11111001 1000100 10000010 0 1001001 110000 10 101010011 1011110 111110

Color Harmonies of #F94482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94482

Black with #F94482

Text Example


Text Example

White with #F94482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94482; }

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

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

background-color css

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

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

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

border-color css

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

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

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