#F29BC2

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

Shades of Shocking #F29BC2

Tints of Shocking #F29BC2

Color information

#F29BC2 (or 0xF29BC2) is unknown color: approx Shocking. HEX triplet: F2, 9B and C2. RGB value is (242,155,194). Sum of RGB (Red+Green+Blue) = 242+155+194=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BC2 is #0D643D. Grayscale: #B9B9B9. Windows color (decimal): -877630 or 12753906. OLE color: 12753906.

HSL color Cylindrical-coordinate representation of color #F29BC2: hue angle of 333.1º degrees, saturation: 0.77, 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 #F29BC2 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB242155194-
CMYK00.360.200.05
HSL333.1º76.99%77.84%-
HSV(B)333.1º35.95%94.9%-
XYZ58.0846.2156.9-
YUV185.46132.82168.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 155 (60.94% from 255) = 26.23%
BLUE value IS 194 (76.17% from 255) = 32.83%
R=40.95%
G=26.23%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215519400.360.200.05333.176.9977.84
HexF29BC202414514d4d4e
Octal362233302044245515115116
Binary11110010100110111100001001001001010010110100110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BC2; }

 p { color: rgb(242,155,194); }

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

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

 a { background-color: rgb(242,155,194); }

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

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

 span { border-color: rgb(242,155,194); }

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