#F693C2

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

Shades of Shocking #F693C2

Tints of Shocking #F693C2

Color information

#F693C2 (or 0xF693C2) is unknown color: approx Shocking. HEX triplet: F6, 93 and C2. RGB value is (246,147,194). Sum of RGB (Red+Green+Blue) = 246+147+194=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F693C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693C2 is #096C3D. Grayscale: #B5B5B5. Windows color (decimal): -617534 or 12751862. OLE color: 12751862.

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

Color convert

RGB246147194-
CMYK00.400.210.04
HSL331.52º84.62%77.06%-
HSV(B)331.52º40.24%96.47%-
XYZ58.1844.3656.53-
YUV181.96134.8173.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 194 (76.17% from 255) = 33.05%
R=41.91%
G=25.04%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614719400.400.210.04331.5284.6277.06
HexF693C202815414c554d
Octal366223302050254514125115
Binary11110110100100111100001001010001010110010100110010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693C2; }

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

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

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

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

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

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

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

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