#F38DB8

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

Shades of Shocking #F38DB8

Tints of Shocking #F38DB8

Color information

#F38DB8 (or 0xF38DB8) is unknown color: approx Shocking. HEX triplet: F3, 8D and B8. RGB value is (243,141,184). Sum of RGB (Red+Green+Blue) = 243+141+184=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DB8 is #0C7247. Grayscale: #B0B0B0. Windows color (decimal): -815688 or 12094963. OLE color: 12094963.

HSL color Cylindrical-coordinate representation of color #F38DB8: hue angle of 334.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38DB8 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB243141184-
CMYK00.420.240.05
HSL334.71º80.95%75.29%-
HSV(B)334.71º41.98%95.29%-
XYZ55.1441.5750.46-
YUV176.4132.29175.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.78%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 184 (72.27% from 255) = 32.39%
R=42.78%
G=24.82%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314118400.420.240.05334.7180.9575.29
HexF38DB802A18514f514b
Octal363215270052305517121113
Binary11110011100011011011100001010101100010110100111110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DB8; }

 p { color: rgb(243,141,184); }

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

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

 a { background-color: rgb(243,141,184); }

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

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

 span { border-color: rgb(243,141,184); }

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