Html Css Color HEX #F73485 Violet Red

📋 copy color: '#F73485'

red 247 ◦ green 52 ◦ blue 133

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

Shades of Violet Red #F73485

Tints of Violet Red #F73485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.04%

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 57.18%
G = 12.04%
B = 30.79%

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

#F73485 (or 0xF73485) is known color: Violet Red. HEX triplet: F7, 34 and 85. RGB value is (247,52,133). Sum of RGB (Red+Green+Blue) = 247+52+133=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F73485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73485 is #08CB7A. Grayscale: #777777. Windows color (decimal): -576379 or 8729847. OLE color: 8729847.

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

Color convert

RGB 247 52 133 -
CMYK 0 0.79 0.46 0.03
HSL 335.08º 0.92% 0.59% -
HSV(B) 335.08º 0.79% 0.97% -
XYZ 43.82 23.92 24.5 -
YUV 119.54 135.6 218.91 -
System Red Green Blue C M Y K H S L
Decimal 247 52 133 0 0.79 0.46 0.03 335.08 0.92 0.59
Hex F7 34 85 0 4F 2E 3 14F 5C 3B
Octal 367 64 205 0 117 56 3 517 134 73
Binary 11110111 110100 10000101 0 1001111 101110 11 101001111 1011100 111011

Color Harmonies of #F73485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73485

Black with #F73485

Text Example


Text Example

White with #F73485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73485; }

 p { color: rgb(247,52,133); }

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

background-color css

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

 a { background-color: rgb(247,52,133); }

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

border-color css

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

 span { border-color: rgb(247,52,133); }

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