#F93D8A

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

Shades of Violet Red #F93D8A

Tints of Violet Red #F93D8A

Color information

#F93D8A (or 0xF93D8A) is unknown color: approx Violet Red. HEX triplet: F9, 3D and 8A. RGB value is (249,61,138). Sum of RGB (Red+Green+Blue) = 249+61+138=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93D8A is #06C275. Grayscale: #7D7D7D. Windows color (decimal): -442998 or 9059833. OLE color: 9059833.

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

Color convert

RGB24961138-
CMYK00.760.450.02
HSL335.43º94%60.78%-
HSV(B)335.43º75.5%97.65%-
XYZ45.3225.3126.54-
YUV125.99134.78215.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.58%
GREEN value IS 61 (24.22% from 255) = 13.62%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=55.58%
G=13.62%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496113800.760.450.02335.439460.78
HexF93D8A04C2D214f5e3d
Octal37175212011455251713675
Binary111110011111011000101001001100101101101010011111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93D8A; }

 p { color: rgb(249,61,138); }

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

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

 a { background-color: rgb(249,61,138); }

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

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

 span { border-color: rgb(249,61,138); }

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