#F299C2

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

Shades of Shocking #F299C2

Tints of Shocking #F299C2

Color information

#F299C2 (or 0xF299C2) is unknown color: approx Shocking. HEX triplet: F2, 99 and C2. RGB value is (242,153,194). Sum of RGB (Red+Green+Blue) = 242+153+194=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F299C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299C2 is #0D663D. Grayscale: #B8B8B8. Windows color (decimal): -878142 or 12753394. OLE color: 12753394.

HSL color Cylindrical-coordinate representation of color #F299C2: hue angle of 332.36º 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 #F299C2 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB242153194-
CMYK00.370.200.05
HSL332.36º77.39%77.45%-
HSV(B)332.36º36.78%94.9%-
XYZ57.7545.5556.79-
YUV184.28133.49169.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=41.09%
G=25.98%
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.05
SystemRedGreenBlueCMYKHSL
Decimal24215319400.370.200.05332.3677.3977.45
HexF299C202514514c4d4d
Octal362231302045245514115115
Binary11110010100110011100001001001011010010110100110010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299C2; }

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

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

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

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

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

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

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

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