#F794BD

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

Shades of Shocking #F794BD

Tints of Shocking #F794BD

Color information

#F794BD (or 0xF794BD) is unknown color: approx Shocking. HEX triplet: F7, 94 and BD. RGB value is (247,148,189). Sum of RGB (Red+Green+Blue) = 247+148+189=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F794BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794BD is #086B42. Grayscale: #B6B6B6. Windows color (decimal): -551747 or 12424439. OLE color: 12424439.

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

Color convert

RGB247148189-
CMYK00.400.230.03
HSL335.15º86.09%77.45%-
HSV(B)335.15º40.08%96.86%-
XYZ58.1344.6353.69-
YUV182.27131.8174.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.29%
GREEN value IS 148 (58.20% from 255) = 25.34%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=42.29%
G=25.34%
B=32.36%

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
Decimal24714818900.400.230.03335.1586.0977.45
HexF794BD02817314f564d
Octal367224275050273517126115
Binary1111011110010100101111010101000101111110100111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F794BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F794BD; }

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

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

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

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

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

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

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

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