Html Css Color HEX #F73082 Violet Red

📋 copy color: '#F73082'

red 247 ◦ green 48 ◦ blue 130

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

Shades of Violet Red #F73082

Tints of Violet Red #F73082

RGB

 RED value IS 247 (96.88% from 255) = 58.12%

 GREEN value IS 48 (19.14% from 255) = 11.29%

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

R = 58.12%
G = 11.29%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F73082 (or 0xF73082) is known color: Violet Red. HEX triplet: F7, 30 and 82. RGB value is (247,48,130). Sum of RGB (Red+Green+Blue) = 247+48+130=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F73082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73082 is #08CF7D. Grayscale: #747474. Windows color (decimal): -577406 or 8532215. OLE color: 8532215.

HSL color Cylindrical-coordinate representation of color #F73082: hue angle of 335.28º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73082 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 48 130 -
CMYK 0 0.81 0.47 0.03
HSL 335.28º 0.93% 0.58% -
HSV(B) 335.28º 0.81% 0.97% -
XYZ 43.44 23.5 23.37 -
YUV 116.85 135.43 220.83 -
System Red Green Blue C M Y K H S L
Decimal 247 48 130 0 0.81 0.47 0.03 335.28 0.93 0.58
Hex F7 30 82 0 51 2F 3 14F 5D 3A
Octal 367 60 202 0 121 57 3 517 135 72
Binary 11110111 110000 10000010 0 1010001 101111 11 101001111 1011101 111010

Color Harmonies of #F73082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73082

Black with #F73082

Text Example


Text Example

White with #F73082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73082; }

 p { color: rgb(247,48,130); }

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

background-color css

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

 a { background-color: rgb(247,48,130); }

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

border-color css

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

 span { border-color: rgb(247,48,130); }

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