#F293C5

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

Shades of Shocking #F293C5

Tints of Shocking #F293C5

Color information

#F293C5 (or 0xF293C5) is unknown color: approx Shocking. HEX triplet: F2, 93 and C5. RGB value is (242,147,197). Sum of RGB (Red+Green+Blue) = 242+147+197=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F293C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293C5 is #0D6C3A. Grayscale: #B5B5B5. Windows color (decimal): -879675 or 12948466. OLE color: 12948466.

HSL color Cylindrical-coordinate representation of color #F293C5: hue angle of 328.42º 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 #F293C5 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242147197-
CMYK00.390.190.05
HSL328.42º78.51%76.27%-
HSV(B)328.42º39.26%94.9%-
XYZ57.1343.7858.26-
YUV181.1136.97171.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.30%
GREEN value IS 147 (57.81% from 255) = 25.09%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=41.30%
G=25.09%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214719700.390.190.05328.4278.5176.27
HexF293C50271351484f4c
Octal362223305047235510117114
Binary11110010100100111100010101001111001110110100100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293C5; }

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

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

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

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

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

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

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

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