#F69BC5

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

Shades of Shocking #F69BC5

Tints of Shocking #F69BC5

Color information

#F69BC5 (or 0xF69BC5) is unknown color: approx Shocking. HEX triplet: F6, 9B and C5. RGB value is (246,155,197). Sum of RGB (Red+Green+Blue) = 246+155+197=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BC5 is #09643A. Grayscale: #BABABA. Windows color (decimal): -615483 or 12950518. OLE color: 12950518.

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

Color convert

RGB246155197-
CMYK00.370.200.04
HSL332.31º83.49%78.63%-
HSV(B)332.31º36.99%96.47%-
XYZ59.8147.0758.76-
YUV187133.65170.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.14%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 197 (77.34% from 255) = 32.94%
R=41.14%
G=25.92%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615519700.370.200.04332.3183.4978.63
HexF69BC502514414c534f
Octal366233305045244514123117
Binary11110110100110111100010101001011010010010100110010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BC5; }

 p { color: rgb(246,155,197); }

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

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

 a { background-color: rgb(246,155,197); }

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

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

 span { border-color: rgb(246,155,197); }

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