#F0468B

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

Shades of Violet Red #F0468B

Tints of Violet Red #F0468B

Color information

#F0468B (or 0xF0468B) is unknown color: approx Violet Red. HEX triplet: F0, 46 and 8B. RGB value is (240,70,139). Sum of RGB (Red+Green+Blue) = 240+70+139=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0468B is #0FB974. Grayscale: #808080. Windows color (decimal): -1030517 or 9127664. OLE color: 9127664.

HSL color Cylindrical-coordinate representation of color #F0468B: hue angle of 335.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0468B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB24070139-
CMYK00.710.420.06
HSL335.65º85%60.78%-
HSV(B)335.65º70.83%94.12%-
XYZ42.7924.7726.95-
YUV128.7133.82207.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.45%
GREEN value IS 70 (27.73% from 255) = 15.59%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=53.45%
G=15.59%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407013900.710.420.06335.658560.78
HexF0468B0472A6150553d
Octal360106213010752652012575
Binary11110000100011010001011010001111010101101010100001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0468B; }

 p { color: rgb(240,70,139); }

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

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

 a { background-color: rgb(240,70,139); }

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

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

 span { border-color: rgb(240,70,139); }

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