Html Css Color HEX #F73386 Violet Red

📋 copy color: '#F73386'

red 247 ◦ green 51 ◦ blue 134

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

Shades of Violet Red #F73386

Tints of Violet Red #F73386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.81%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 57.18%
G = 11.81%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F73386 (or 0xF73386) is known color: Violet Red. HEX triplet: F7, 33 and 86. RGB value is (247,51,134). Sum of RGB (Red+Green+Blue) = 247+51+134=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F73386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73386 is #08CC79. Grayscale: #767676. Windows color (decimal): -576634 or 8795127. OLE color: 8795127.

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

Color convert

RGB 247 51 134 -
CMYK 0 0.79 0.46 0.03
HSL 334.59º 0.92% 0.58% -
HSV(B) 334.59º 0.79% 0.97% -
XYZ 43.84 23.86 24.85 -
YUV 119.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 247 51 134 0 0.79 0.46 0.03 334.59 0.92 0.58
Hex F7 33 86 0 4F 2E 3 14F 5C 3A
Octal 367 63 206 0 117 56 3 517 134 72
Binary 11110111 110011 10000110 0 1001111 101110 11 101001111 1011100 111010

Color Harmonies of #F73386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73386

Black with #F73386

Text Example


Text Example

White with #F73386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73386; }

 p { color: rgb(247,51,134); }

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

background-color css

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

 a { background-color: rgb(247,51,134); }

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

border-color css

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

 span { border-color: rgb(247,51,134); }

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