#F09CC1

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

Shades of Shocking #F09CC1

Tints of Shocking #F09CC1

Color information

#F09CC1 (or 0xF09CC1) is unknown color: approx Shocking. HEX triplet: F0, 9C and C1. RGB value is (240,156,193). Sum of RGB (Red+Green+Blue) = 240+156+193=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CC1 is #0F633E. Grayscale: #B9B9B9. Windows color (decimal): -1008447 or 12688624. OLE color: 12688624.

HSL color Cylindrical-coordinate representation of color #F09CC1: hue angle of 333.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CC1 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240156193-
CMYK00.350.200.06
HSL333.57º73.68%77.65%-
HSV(B)333.57º35%94.12%-
XYZ57.4546.1556.33-
YUV185.33132.33166.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=40.75%
G=26.49%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015619300.350.200.06333.5773.6877.65
HexF09CC102314614e4a4e
Octal360234301043246516112116
Binary11110000100111001100000101000111010011010100111010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CC1; }

 p { color: rgb(240,156,193); }

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

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

 a { background-color: rgb(240,156,193); }

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

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

 span { border-color: rgb(240,156,193); }

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