#F293C1

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

Shades of Shocking #F293C1

Tints of Shocking #F293C1

Color information

#F293C1 (or 0xF293C1) is unknown color: approx Shocking. HEX triplet: F2, 93 and C1. RGB value is (242,147,193). Sum of RGB (Red+Green+Blue) = 242+147+193=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F293C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293C1 is #0D6C3E. Grayscale: #B4B4B4. Windows color (decimal): -879679 or 12686322. OLE color: 12686322.

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

Color convert

RGB242147193-
CMYK00.390.200.05
HSL330.95º78.51%76.27%-
HSV(B)330.95º39.26%94.9%-
XYZ56.6843.5955.88-
YUV180.65134.97171.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 147 (57.81% from 255) = 25.26%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=41.58%
G=25.26%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214719300.390.200.05330.9578.5176.27
HexF293C102714514b4f4c
Octal362223301047245513117114
Binary11110010100100111100000101001111010010110100101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293C1; }

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

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

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

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

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

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

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

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