#F299C8

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

Shades of Shocking #F299C8

Tints of Shocking #F299C8

Color information

#F299C8 (or 0xF299C8) is unknown color: approx Shocking. HEX triplet: F2, 99 and C8. RGB value is (242,153,200). Sum of RGB (Red+Green+Blue) = 242+153+200=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F299C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299C8 is #0D6637. Grayscale: #B8B8B8. Windows color (decimal): -878136 or 13146610. OLE color: 13146610.

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

Color convert

RGB242153200-
CMYK00.370.170.05
HSL328.31º77.39%77.45%-
HSV(B)328.31º36.78%94.9%-
XYZ58.4345.8360.41-
YUV184.97136.49168.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 153 (60.16% from 255) = 25.71%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=40.67%
G=25.71%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215320000.370.170.05328.3177.3977.45
HexF299C80251151484d4d
Octal362231310045215510115115
Binary11110010100110011100100001001011000110110100100010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299C8; }

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

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

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

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

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

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

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

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