#F28DB9

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

Shades of Shocking #F28DB9

Tints of Shocking #F28DB9

Color information

#F28DB9 (or 0xF28DB9) is unknown color: approx Shocking. HEX triplet: F2, 8D and B9. RGB value is (242,141,185). Sum of RGB (Red+Green+Blue) = 242+141+185=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DB9 is #0D7246. Grayscale: #B0B0B0. Windows color (decimal): -881223 or 12160498. OLE color: 12160498.

HSL color Cylindrical-coordinate representation of color #F28DB9: hue angle of 333.86º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DB9 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242141185-
CMYK00.420.240.05
HSL333.86º79.53%75.1%-
HSV(B)333.86º41.74%94.9%-
XYZ54.941.4351-
YUV176.22132.96174.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.61%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=42.61%
G=24.82%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214118500.420.240.05333.8679.5375.1
HexF28DB902A18514e504b
Octal362215271052305516120113
Binary11110010100011011011100101010101100010110100111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28DB9; }

 p { color: rgb(242,141,185); }

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

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

 a { background-color: rgb(242,141,185); }

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

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

 span { border-color: rgb(242,141,185); }

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