#F48FB9

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

Shades of Shocking #F48FB9

Tints of Shocking #F48FB9

Color information

#F48FB9 (or 0xF48FB9) is unknown color: approx Shocking. HEX triplet: F4, 8F and B9. RGB value is (244,143,185). Sum of RGB (Red+Green+Blue) = 244+143+185=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FB9 is #0B7046. Grayscale: #B1B1B1. Windows color (decimal): -749639 or 12161012. OLE color: 12161012.

HSL color Cylindrical-coordinate representation of color #F48FB9: hue angle of 335.05º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F48FB9 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244143185-
CMYK00.410.240.04
HSL335.05º82.11%75.88%-
HSV(B)335.05º41.39%95.69%-
XYZ55.8942.3851.13-
YUV177.99131.96175.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=42.66%
G=25%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414318500.410.240.04335.0582.1175.88
HexF48FB902918414f524c
Octal364217271051304517122114
Binary11110100100011111011100101010011100010010100111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48FB9; }

 p { color: rgb(244,143,185); }

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

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

 a { background-color: rgb(244,143,185); }

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

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

 span { border-color: rgb(244,143,185); }

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