#F69DBD

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

Shades of Shocking #F69DBD

Tints of Shocking #F69DBD

Color information

#F69DBD (or 0xF69DBD) is unknown color: approx Shocking. HEX triplet: F6, 9D and BD. RGB value is (246,157,189). Sum of RGB (Red+Green+Blue) = 246+157+189=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DBD is #096242. Grayscale: #BBBBBB. Windows color (decimal): -614979 or 12426742. OLE color: 12426742.

HSL color Cylindrical-coordinate representation of color #F69DBD: hue angle of 338.43º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69DBD is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB246157189-
CMYK00.360.230.04
HSL338.43º83.18%79.02%-
HSV(B)338.43º36.18%96.47%-
XYZ59.2547.3854.17-
YUV187.26128.99169.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=41.55%
G=26.52%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615718900.360.230.04338.4383.1879.02
HexF69DBD024174152534f
Octal366235275044274522123117
Binary11110110100111011011110101001001011110010101001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69DBD; }

 p { color: rgb(246,157,189); }

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

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

 a { background-color: rgb(246,157,189); }

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

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

 span { border-color: rgb(246,157,189); }

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