#F098CD

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

Shades of Shocking #F098CD

Tints of Shocking #F098CD

Color information

#F098CD (or 0xF098CD) is unknown color: approx Shocking. HEX triplet: F0, 98 and CD. RGB value is (240,152,205). Sum of RGB (Red+Green+Blue) = 240+152+205=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F098CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098CD is #0F6732. Grayscale: #B8B8B8. Windows color (decimal): -1009459 or 13474032. OLE color: 13474032.

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

Color convert

RGB240152205-
CMYK00.370.150.06
HSL323.86º74.58%76.86%-
HSV(B)323.86º36.67%94.12%-
XYZ58.1845.3963.45-
YUV184.35139.65167.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.20%
GREEN value IS 152 (59.77% from 255) = 25.46%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=40.20%
G=25.46%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015220500.370.150.06323.8674.5876.86
HexF098CD025F61444b4d
Octal360230315045176504113115
Binary1111000010011000110011010100101111111010100010010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F098CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F098CD; }

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

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

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

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

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

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

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

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