#F092C8

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

Shades of Shocking #F092C8

Tints of Shocking #F092C8

Color information

#F092C8 (or 0xF092C8) is unknown color: approx Shocking. HEX triplet: F0, 92 and C8. RGB value is (240,146,200). Sum of RGB (Red+Green+Blue) = 240+146+200=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F092C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092C8 is #0F6D37. Grayscale: #B4B4B4. Windows color (decimal): -1011000 or 13144816. OLE color: 13144816.

HSL color Cylindrical-coordinate representation of color #F092C8: hue angle of 325.53º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092C8 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240146200-
CMYK00.390.170.06
HSL325.53º75.81%75.69%-
HSV(B)325.53º39.17%94.12%-
XYZ56.6443.2560.01-
YUV180.26139.14170.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 146 (57.42% from 255) = 24.91%
BLUE value IS 200 (78.52% from 255) = 34.13%
R=40.96%
G=24.91%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014620000.390.170.06325.5375.8175.69
HexF092C80271161464c4c
Octal360222310047216506114114
Binary11110000100100101100100001001111000111010100011010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F092C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F092C8; }

 p { color: rgb(240,146,200); }

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

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

 a { background-color: rgb(240,146,200); }

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

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

 span { border-color: rgb(240,146,200); }

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