#F9388C

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

Shades of Violet Red #F9388C

Tints of Violet Red #F9388C

Color information

#F9388C (or 0xF9388C) is unknown color: approx Violet Red. HEX triplet: F9, 38 and 8C. RGB value is (249,56,140). Sum of RGB (Red+Green+Blue) = 249+56+140=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9388C is #06C773. Grayscale: #7B7B7B. Windows color (decimal): -444276 or 9189625. OLE color: 9189625.

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

Color convert

RGB24956140-
CMYK00.780.440.02
HSL333.89º94.15%59.8%-
HSV(B)333.89º77.51%97.65%-
XYZ45.2124.8627.23-
YUV123.28137.44217.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.96%
GREEN value IS 56 (22.27% from 255) = 12.58%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=55.96%
G=12.58%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495614000.780.440.02333.8994.1559.8
HexF9388C04E2C214e5e3c
Octal37170214011654251613674
Binary111110011110001000110001001110101100101010011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9388C; }

 p { color: rgb(249,56,140); }

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

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

 a { background-color: rgb(249,56,140); }

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

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

 span { border-color: rgb(249,56,140); }

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