#F293B9

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

Shades of Shocking #F293B9

Tints of Shocking #F293B9

Color information

#F293B9 (or 0xF293B9) is unknown color: approx Shocking. HEX triplet: F2, 93 and B9. RGB value is (242,147,185). Sum of RGB (Red+Green+Blue) = 242+147+185=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F293B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293B9 is #0D6C46. Grayscale: #B3B3B3. Windows color (decimal): -879687 or 12162034. OLE color: 12162034.

HSL color Cylindrical-coordinate representation of color #F293B9: hue angle of 336º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293B9 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242147185-
CMYK00.390.240.05
HSL336º78.51%76.27%-
HSV(B)336º39.26%94.9%-
XYZ55.8143.2551.31-
YUV179.74130.97172.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=42.16%
G=25.61%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214718500.390.240.0533678.5176.27
HexF293B90271851504f4c
Octal362223271047305520117114
Binary11110010100100111011100101001111100010110101000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293B9; }

 p { color: rgb(242,147,185); }

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

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

 a { background-color: rgb(242,147,185); }

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

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

 span { border-color: rgb(242,147,185); }

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