#F290B8

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

Shades of Shocking #F290B8

Tints of Shocking #F290B8

Color information

#F290B8 (or 0xF290B8) is unknown color: approx Shocking. HEX triplet: F2, 90 and B8. RGB value is (242,144,184). Sum of RGB (Red+Green+Blue) = 242+144+184=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F290B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290B8 is #0D6F47. Grayscale: #B1B1B1. Windows color (decimal): -880456 or 12095730. OLE color: 12095730.

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

Color convert

RGB242144184-
CMYK00.400.240.05
HSL335.51º79.03%75.69%-
HSV(B)335.51º40.5%94.9%-
XYZ55.2442.2850.6-
YUV177.86131.47173.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=42.46%
G=25.26%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214418400.400.240.05335.5179.0375.69
HexF290B80281851504f4c
Octal362220270050305520117114
Binary11110010100100001011100001010001100010110101000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290B8; }

 p { color: rgb(242,144,184); }

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

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

 a { background-color: rgb(242,144,184); }

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

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

 span { border-color: rgb(242,144,184); }

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