#F19BCD

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

Shades of Shocking #F19BCD

Tints of Shocking #F19BCD

Color information

#F19BCD (or 0xF19BCD) is unknown color: approx Shocking. HEX triplet: F1, 9B and CD. RGB value is (241,155,205). Sum of RGB (Red+Green+Blue) = 241+155+205=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BCD is #0E6432. Grayscale: #BABABA. Windows color (decimal): -943155 or 13474801. OLE color: 13474801.

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

Color convert

RGB241155205-
CMYK00.360.150.05
HSL325.12º75.44%77.65%-
HSV(B)325.12º35.68%94.51%-
XYZ59.0246.5563.63-
YUV186.41138.49166.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=40.10%
G=25.79%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115520500.360.150.05325.1275.4477.65
HexF19BCD024F51454b4e
Octal361233315044175505113116
Binary1111000110011011110011010100100111110110100010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BCD; }

 p { color: rgb(241,155,205); }

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

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

 a { background-color: rgb(241,155,205); }

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

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

 span { border-color: rgb(241,155,205); }

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