#F795BD

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

Shades of Shocking #F795BD

Tints of Shocking #F795BD

Color information

#F795BD (or 0xF795BD) is unknown color: approx Shocking. HEX triplet: F7, 95 and BD. RGB value is (247,149,189). Sum of RGB (Red+Green+Blue) = 247+149+189=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F795BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795BD is #086A42. Grayscale: #B6B6B6. Windows color (decimal): -551491 or 12424695. OLE color: 12424695.

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

Color convert

RGB247149189-
CMYK00.400.230.03
HSL335.51º85.96%77.65%-
HSV(B)335.51º39.68%96.86%-
XYZ58.2944.9453.75-
YUV182.86131.47173.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.22%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=42.22%
G=25.47%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714918900.400.230.03335.5185.9677.65
HexF795BD028173150564e
Octal367225275050273520126116
Binary1111011110010101101111010101000101111110101000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795BD; }

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

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

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

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

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

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

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

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