#f293bd

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

Shades of Shocking #F293BD

Tints of Shocking #F293BD

Color information

#F293BD (or 0xF293BD) is unknown color: approx Shocking. HEX triplet: F2, 93 and BD. RGB value is (242,147,189). Sum of RGB (Red+Green+Blue) = 242+147+189=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F293BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293BD is #0D6C42. Grayscale: #B4B4B4. Windows color (decimal): -879683 or 12424178. OLE color: 12424178.

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

Color convert

RGB242147189-
CMYK00.390.220.05
HSL333.47º78.51%76.27%-
HSV(B)333.47º39.26%94.9%-
XYZ56.2443.4253.56-
YUV180.19132.97172.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.87%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=41.87%
G=25.43%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214718900.390.220.05333.4778.5176.27
HexF293BD02716514d4f4c
Octal362223275047265515117114
Binary11110010100100111011110101001111011010110100110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f293bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f293bd; }

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

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

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

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

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

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

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

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