#F48FBA

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

Shades of Shocking #F48FBA

Tints of Shocking #F48FBA

Color information

#F48FBA (or 0xF48FBA) is unknown color: approx Shocking. HEX triplet: F4, 8F and BA. RGB value is (244,143,186). Sum of RGB (Red+Green+Blue) = 244+143+186=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FBA is #0B7045. Grayscale: #B2B2B2. Windows color (decimal): -749638 or 12226548. OLE color: 12226548.

HSL color Cylindrical-coordinate representation of color #F48FBA: hue angle of 334.46º 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 #F48FBA is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244143186-
CMYK00.410.240.04
HSL334.46º82.11%75.88%-
HSV(B)334.46º41.39%95.69%-
XYZ55.9942.4251.69-
YUV178.1132.46175-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.58%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=42.58%
G=24.96%
B=32.46%

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
Decimal24414318600.410.240.04334.4682.1175.88
HexF48FBA02918414e524c
Octal364217272051304516122114
Binary11110100100011111011101001010011100010010100111010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48FBA; }

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

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

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

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

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

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

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

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