#F03B7C

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

Shades of Violet Red #F03B7C

Tints of Violet Red #F03B7C

Color information

#F03B7C (or 0xF03B7C) is unknown color: approx Violet Red. HEX triplet: F0, 3B and 7C. RGB value is (240,59,124). Sum of RGB (Red+Green+Blue) = 240+59+124=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03B7C is #0FC483. Grayscale: #787878. Windows color (decimal): -1033348 or 8141808. OLE color: 8141808.

HSL color Cylindrical-coordinate representation of color #F03B7C: hue angle of 338.45º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03B7C is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB24059124-
CMYK00.750.480.06
HSL338.45º85.78%58.63%-
HSV(B)338.45º75.42%94.12%-
XYZ41.1423.1121.36-
YUV120.53129.97213.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.74%
GREEN value IS 59 (23.44% from 255) = 13.95%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=56.74%
G=13.95%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405912400.750.480.06338.4585.7858.63
HexF03B7C04B306152563b
Octal36073174011360652212673
Binary111100001110111111100010010111100001101010100101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03B7C; }

 p { color: rgb(240,59,124); }

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

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

 a { background-color: rgb(240,59,124); }

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

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

 span { border-color: rgb(240,59,124); }

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