#F795C7

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

Shades of Shocking #F795C7

Tints of Shocking #F795C7

Color information

#F795C7 (or 0xF795C7) is unknown color: approx Shocking. HEX triplet: F7, 95 and C7. RGB value is (247,149,199). Sum of RGB (Red+Green+Blue) = 247+149+199=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F795C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795C7 is #086A38. Grayscale: #B7B7B7. Windows color (decimal): -551481 or 13080055. OLE color: 13080055.

HSL color Cylindrical-coordinate representation of color #F795C7: hue angle of 329.39º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795C7 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247149199-
CMYK00.400.190.03
HSL329.39º85.96%77.65%-
HSV(B)329.39º39.68%96.86%-
XYZ59.4145.3959.66-
YUV184136.47172.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 199 (78.12% from 255) = 33.45%
R=41.51%
G=25.04%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714919900.400.190.03329.3985.9677.65
HexF795C7028133149564e
Octal367225307050233511126116
Binary1111011110010101110001110101000100111110100100110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795C7; }

 p { color: rgb(247,149,199); }

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

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

 a { background-color: rgb(247,149,199); }

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

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

 span { border-color: rgb(247,149,199); }

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