#F9468F

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

Shades of Violet Red #F9468F

Tints of Violet Red #F9468F

Color information

#F9468F (or 0xF9468F) is unknown color: approx Violet Red. HEX triplet: F9, 46 and 8F. RGB value is (249,70,143). Sum of RGB (Red+Green+Blue) = 249+70+143=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9468F is #06B970. Grayscale: #838383. Windows color (decimal): -440689 or 9389817. OLE color: 9389817.

HSL color Cylindrical-coordinate representation of color #F9468F: hue angle of 335.53º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9468F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB24970143-
CMYK00.720.430.02
HSL335.53º93.72%62.55%-
HSV(B)335.53º71.89%97.65%-
XYZ46.2226.528.67-
YUV131.84134.3211.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.90%
GREEN value IS 70 (27.73% from 255) = 15.15%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=53.90%
G=15.15%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497014300.720.430.02335.5393.7262.55
HexF9468F0482B21505e3f
Octal371106217011053252013677
Binary1111100110001101000111101001000101011101010100001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9468F; }

 p { color: rgb(249,70,143); }

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

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

 a { background-color: rgb(249,70,143); }

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

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

 span { border-color: rgb(249,70,143); }

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