#F299C6

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

Shades of Shocking #F299C6

Tints of Shocking #F299C6

Color information

#F299C6 (or 0xF299C6) is unknown color: approx Shocking. HEX triplet: F2, 99 and C6. RGB value is (242,153,198). Sum of RGB (Red+Green+Blue) = 242+153+198=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F299C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299C6 is #0D6639. Grayscale: #B8B8B8. Windows color (decimal): -878138 or 13015538. OLE color: 13015538.

HSL color Cylindrical-coordinate representation of color #F299C6: hue angle of 329.66º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299C6 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242153198-
CMYK00.370.180.05
HSL329.66º77.39%77.45%-
HSV(B)329.66º36.78%94.9%-
XYZ58.245.7459.19-
YUV184.74135.49168.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=40.81%
G=25.80%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215319800.370.180.05329.6677.3977.45
HexF299C602512514a4d4d
Octal362231306045225512115115
Binary11110010100110011100011001001011001010110100101010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299C6; }

 p { color: rgb(242,153,198); }

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

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

 a { background-color: rgb(242,153,198); }

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

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

 span { border-color: rgb(242,153,198); }

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