#F73985

Color #F73985 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F73985

Tints of Violet Red #F73985

Color information

#F73985 (or 0xF73985) is unknown color: approx Violet Red. HEX triplet: F7, 39 and 85. RGB value is (247,57,133). Sum of RGB (Red+Green+Blue) = 247+57+133=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F73985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73985 is #08C67A. Grayscale: #7A7A7A. Windows color (decimal): -575099 or 8731127. OLE color: 8731127.

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

Color convert

RGB24757133-
CMYK00.770.460.03
HSL336º92.23%59.61%-
HSV(B)336º76.92%96.86%-
XYZ44.0524.3924.58-
YUV122.47133.95216.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.52%
GREEN value IS 57 (22.66% from 255) = 13.04%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=56.52%
G=13.04%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475713300.770.460.0333692.2359.61
HexF7398504D2E31505c3c
Octal36771205011556352013474
Binary111101111110011000010101001101101110111010100001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73985; }

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

 H1.HeaderClassName
 {
   color: #F73985;
 }
 .AnyTagClassName
 {
   color: #F73985;
 }
</style>
background-color css

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

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

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

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

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

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