#F299C3

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

Shades of Shocking #F299C3

Tints of Shocking #F299C3

Color information

#F299C3 (or 0xF299C3) is unknown color: approx Shocking. HEX triplet: F2, 99 and C3. RGB value is (242,153,195). Sum of RGB (Red+Green+Blue) = 242+153+195=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F299C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299C3 is #0D663C. Grayscale: #B8B8B8. Windows color (decimal): -878141 or 12818930. OLE color: 12818930.

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

Color convert

RGB242153195-
CMYK00.370.190.05
HSL331.69º77.39%77.45%-
HSV(B)331.69º36.78%94.9%-
XYZ57.8645.657.38-
YUV184.4133.99169.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 195 (76.56% from 255) = 33.05%
R=41.02%
G=25.93%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215319500.370.190.05331.6977.3977.45
HexF299C302513514c4d4d
Octal362231303045235514115115
Binary11110010100110011100001101001011001110110100110010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299C3; }

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

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

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

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

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

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

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

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