#F03D88

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

Shades of Violet Red #F03D88

Tints of Violet Red #F03D88

Color information

#F03D88 (or 0xF03D88) is unknown color: approx Violet Red. HEX triplet: F0, 3D and 88. RGB value is (240,61,136). Sum of RGB (Red+Green+Blue) = 240+61+136=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03D88 is #0FC277. Grayscale: #7A7A7A. Windows color (decimal): -1032824 or 8928752. OLE color: 8928752.

HSL color Cylindrical-coordinate representation of color #F03D88: hue angle of 334.86º 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 #F03D88 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB24061136-
CMYK00.750.430.06
HSL334.86º85.65%59.02%-
HSV(B)334.86º74.58%94.12%-
XYZ42.0523.6425.64-
YUV123.07135.3211.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.92%
GREEN value IS 61 (24.22% from 255) = 13.96%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=54.92%
G=13.96%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406113600.750.430.06334.8685.6559.02
HexF03D8804B2B614f563b
Octal36075210011353651712673
Binary1111000011110110001000010010111010111101010011111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03D88; }

 p { color: rgb(240,61,136); }

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

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

 a { background-color: rgb(240,61,136); }

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

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

 span { border-color: rgb(240,61,136); }

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