#F299CA

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

Shades of Shocking #F299CA

Tints of Shocking #F299CA

Color information

#F299CA (or 0xF299CA) is unknown color: approx Shocking. HEX triplet: F2, 99 and CA. RGB value is (242,153,202). Sum of RGB (Red+Green+Blue) = 242+153+202=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F299CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299CA is #0D6635. Grayscale: #B9B9B9. Windows color (decimal): -878134 or 13277682. OLE color: 13277682.

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

Color convert

RGB242153202-
CMYK00.370.170.05
HSL326.97º77.39%77.45%-
HSV(B)326.97º36.78%94.9%-
XYZ58.6745.9261.65-
YUV185.2137.49168.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 153 (60.16% from 255) = 25.63%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=40.54%
G=25.63%
B=33.84%

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
Decimal24215320200.370.170.05326.9777.3977.45
HexF299CA0251151474d4d
Octal362231312045215507115115
Binary11110010100110011100101001001011000110110100011110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299CA; }

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

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

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

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

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

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

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

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