#F693BA

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

Shades of Shocking #F693BA

Tints of Shocking #F693BA

Color information

#F693BA (or 0xF693BA) is unknown color: approx Shocking. HEX triplet: F6, 93 and BA. RGB value is (246,147,186). Sum of RGB (Red+Green+Blue) = 246+147+186=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F693BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693BA is #096C45. Grayscale: #B4B4B4. Windows color (decimal): -617542 or 12227574. OLE color: 12227574.

HSL color Cylindrical-coordinate representation of color #F693BA: hue angle of 336.36º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693BA is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246147186-
CMYK00.400.240.04
HSL336.36º84.62%77.06%-
HSV(B)336.36º40.24%96.47%-
XYZ57.344.0151.93-
YUV181.05130.8174.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.49%
GREEN value IS 147 (57.81% from 255) = 25.39%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=42.49%
G=25.39%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614718600.400.240.04336.3684.6277.06
HexF693BA028184150554d
Octal366223272050304520125115
Binary11110110100100111011101001010001100010010101000010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693BA; }

 p { color: rgb(246,147,186); }

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

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

 a { background-color: rgb(246,147,186); }

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

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

 span { border-color: rgb(246,147,186); }

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