#F293BA

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

Shades of Shocking #F293BA

Tints of Shocking #F293BA

Color information

#F293BA (or 0xF293BA) is unknown color: approx Shocking. HEX triplet: F2, 93 and BA. RGB value is (242,147,186). Sum of RGB (Red+Green+Blue) = 242+147+186=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F293BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293BA is #0D6C45. Grayscale: #B3B3B3. Windows color (decimal): -879686 or 12227570. OLE color: 12227570.

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

Color convert

RGB242147186-
CMYK00.390.230.05
HSL335.37º78.51%76.27%-
HSV(B)335.37º39.26%94.9%-
XYZ55.9143.2951.86-
YUV179.85131.47172.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=42.09%
G=25.57%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214718600.390.230.05335.3778.5176.27
HexF293BA02717514f4f4c
Octal362223272047275517117114
Binary11110010100100111011101001001111011110110100111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293BA; }

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

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

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

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

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

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

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

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