#F48FBB

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

Shades of Shocking #F48FBB

Tints of Shocking #F48FBB

Color information

#F48FBB (or 0xF48FBB) is unknown color: approx Shocking. HEX triplet: F4, 8F and BB. RGB value is (244,143,187). Sum of RGB (Red+Green+Blue) = 244+143+187=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FBB is #0B7044. Grayscale: #B2B2B2. Windows color (decimal): -749637 or 12292084. OLE color: 12292084.

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

Color convert

RGB244143187-
CMYK00.410.230.04
HSL333.86º82.11%75.88%-
HSV(B)333.86º41.39%95.69%-
XYZ56.142.4752.25-
YUV178.22132.96174.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.51%
GREEN value IS 143 (56.25% from 255) = 24.91%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=42.51%
G=24.91%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414318700.410.230.04333.8682.1175.88
HexF48FBB02917414e524c
Octal364217273051274516122114
Binary11110100100011111011101101010011011110010100111010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48FBB; }

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

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

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

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

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

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

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

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