#F08FBE

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

Shades of Shocking #F08FBE

Tints of Shocking #F08FBE

Color information

#F08FBE (or 0xF08FBE) is unknown color: approx Shocking. HEX triplet: F0, 8F and BE. RGB value is (240,143,190). Sum of RGB (Red+Green+Blue) = 240+143+190=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FBE is #0F7041. Grayscale: #B1B1B1. Windows color (decimal): -1011778 or 12488688. OLE color: 12488688.

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

Color convert

RGB240143190-
CMYK00.400.210.06
HSL330.93º76.38%75.1%-
HSV(B)330.93º40.42%94.12%-
XYZ55.0541.8953.9-
YUV177.36135.14172.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=41.88%
G=24.96%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014319000.400.210.06330.9376.3875.1
HexF08FBE02815614b4c4b
Octal360217276050256513114113
Binary11110000100011111011111001010001010111010100101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FBE; }

 p { color: rgb(240,143,190); }

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

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

 a { background-color: rgb(240,143,190); }

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

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

 span { border-color: rgb(240,143,190); }

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