#F28EB9

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

Shades of Shocking #F28EB9

Tints of Shocking #F28EB9

Color information

#F28EB9 (or 0xF28EB9) is unknown color: approx Shocking. HEX triplet: F2, 8E and B9. RGB value is (242,142,185). Sum of RGB (Red+Green+Blue) = 242+142+185=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28EB9 is #0D7146. Grayscale: #B0B0B0. Windows color (decimal): -880967 or 12160754. OLE color: 12160754.

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

Color convert

RGB242142185-
CMYK00.410.240.05
HSL334.2º79.37%75.29%-
HSV(B)334.2º41.32%94.9%-
XYZ55.0541.7351.05-
YUV176.8132.63174.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 142 (55.86% from 255) = 24.96%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=42.53%
G=24.96%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214218500.410.240.05334.279.3775.29
HexF28EB902918514e4f4b
Octal362216271051305516117113
Binary11110010100011101011100101010011100010110100111010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EB9; }

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

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

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

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

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

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

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

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