#F69DBE

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

Shades of Shocking #F69DBE

Tints of Shocking #F69DBE

Color information

#F69DBE (or 0xF69DBE) is unknown color: approx Shocking. HEX triplet: F6, 9D and BE. RGB value is (246,157,190). Sum of RGB (Red+Green+Blue) = 246+157+190=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DBE is #096241. Grayscale: #BBBBBB. Windows color (decimal): -614978 or 12492278. OLE color: 12492278.

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

Color convert

RGB246157190-
CMYK00.360.230.04
HSL337.75º83.18%79.02%-
HSV(B)337.75º36.18%96.47%-
XYZ59.3647.4254.74-
YUV187.37129.49169.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=41.48%
G=26.48%
B=32.04%

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
Decimal24615719000.360.230.04337.7583.1879.02
HexF69DBE024174152534f
Octal366235276044274522123117
Binary11110110100111011011111001001001011110010101001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69DBE; }

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

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

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

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

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

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

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

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