#F293C3

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

Shades of Shocking #F293C3

Tints of Shocking #F293C3

Color information

#F293C3 (or 0xF293C3) is unknown color: approx Shocking. HEX triplet: F2, 93 and C3. RGB value is (242,147,195). Sum of RGB (Red+Green+Blue) = 242+147+195=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F293C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293C3 is #0D6C3C. Grayscale: #B4B4B4. Windows color (decimal): -879677 or 12817394. OLE color: 12817394.

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

Color convert

RGB242147195-
CMYK00.390.190.05
HSL329.68º78.51%76.27%-
HSV(B)329.68º39.26%94.9%-
XYZ56.943.6857.06-
YUV180.88135.97171.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.44%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 195 (76.56% from 255) = 33.39%
R=41.44%
G=25.17%
B=33.39%

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
Decimal24214719500.390.190.05329.6878.5176.27
HexF293C302713514a4f4c
Octal362223303047235512117114
Binary11110010100100111100001101001111001110110100101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293C3; }

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

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

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

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

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

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

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

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