#f93f7b

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

Shades of Violet Red #F93F7B

Tints of Violet Red #F93F7B

Color information

#F93F7B (or 0xF93F7B) is unknown color: approx Violet Red. HEX triplet: F9, 3F and 7B. RGB value is (249,63,123). Sum of RGB (Red+Green+Blue) = 249+63+123=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93F7B is #06C084. Grayscale: #7D7D7D. Windows color (decimal): -442501 or 8077305. OLE color: 8077305.

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

Color convert

RGB24963123-
CMYK00.750.510.02
HSL340.65º93.94%61.18%-
HSV(B)340.65º74.7%97.65%-
XYZ44.4225.1221.25-
YUV125.45126.62216.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 63 (25% from 255) = 14.48%
BLUE value IS 123 (48.44% from 255) = 28.28%
R=57.24%
G=14.48%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496312300.750.510.02340.6593.9461.18
HexF93F7B04B3321555e3d
Octal37177173011363252513675
Binary11111001111111111101101001011110011101010101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f93f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f93f7b; }

 p { color: rgb(249,63,123); }

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

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

 a { background-color: rgb(249,63,123); }

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

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

 span { border-color: rgb(249,63,123); }

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