#F098CE

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

Shades of Shocking #F098CE

Tints of Shocking #F098CE

Color information

#F098CE (or 0xF098CE) is unknown color: approx Shocking. HEX triplet: F0, 98 and CE. RGB value is (240,152,206). Sum of RGB (Red+Green+Blue) = 240+152+206=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F098CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098CE is #0F6731. Grayscale: #B8B8B8. Windows color (decimal): -1009458 or 13539568. OLE color: 13539568.

HSL color Cylindrical-coordinate representation of color #F098CE: hue angle of 323.18º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098CE is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240152206-
CMYK00.370.140.06
HSL323.18º74.58%76.86%-
HSV(B)323.18º36.67%94.12%-
XYZ58.345.4464.09-
YUV184.47140.15167.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.13%
GREEN value IS 152 (59.77% from 255) = 25.42%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=40.13%
G=25.42%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015220600.370.140.06323.1874.5876.86
HexF098CE025E61434b4d
Octal360230316045166503113115
Binary1111000010011000110011100100101111011010100001110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F098CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F098CE; }

 p { color: rgb(240,152,206); }

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

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

 a { background-color: rgb(240,152,206); }

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

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

 span { border-color: rgb(240,152,206); }

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