#F293C4

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

Shades of Shocking #F293C4

Tints of Shocking #F293C4

Color information

#F293C4 (or 0xF293C4) is unknown color: approx Shocking. HEX triplet: F2, 93 and C4. RGB value is (242,147,196). Sum of RGB (Red+Green+Blue) = 242+147+196=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F293C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293C4 is #0D6C3B. Grayscale: #B4B4B4. Windows color (decimal): -879676 or 12882930. OLE color: 12882930.

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

Color convert

RGB242147196-
CMYK00.390.190.05
HSL329.05º78.51%76.27%-
HSV(B)329.05º39.26%94.9%-
XYZ57.0243.7357.66-
YUV180.99136.47171.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=41.37%
G=25.13%
B=33.50%

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
Decimal24214719600.390.190.05329.0578.5176.27
HexF293C40271351494f4c
Octal362223304047235511117114
Binary11110010100100111100010001001111001110110100100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293C4; }

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

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

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

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

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

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

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

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