#F908B6

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

Shades of Shocking Pink #F908B6

Tints of Shocking Pink #F908B6

Color information

#F908B6 (or 0xF908B6) is unknown color: approx Shocking Pink. HEX triplet: F9, 08 and B6. RGB value is (249,8,182). Sum of RGB (Red+Green+Blue) = 249+8+182=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 8 (3.52% from 255 or 1.82% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F908B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908B6 is #06F749. Grayscale: #636363. Windows color (decimal): -456522 or 11929849. OLE color: 11929849.

HSL color Cylindrical-coordinate representation of color #F908B6: hue angle of 316.68º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908B6 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB2498182-
CMYK00.970.270.02
HSL316.68º95.26%50.39%-
HSV(B)316.68º96.79%97.65%-
XYZ47.623.6946.32-
YUV99.9174.34234.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.72%
GREEN value IS 8 (3.52% from 255) = 1.82%
BLUE value IS 182 (71.48% from 255) = 41.46%
R=56.72%
G=1.82%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249818200.970.270.02316.6895.2650.39
HexF98B60611B213d5f32
Octal37110266014133247513762
Binary111110011000101101100110000111011101001111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F908B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F908B6; }

 p { color: rgb(249,8,182); }

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

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

 a { background-color: rgb(249,8,182); }

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

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

 span { border-color: rgb(249,8,182); }

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