#F29BBA

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

Shades of Shocking #F29BBA

Tints of Shocking #F29BBA

Color information

#F29BBA (or 0xF29BBA) is unknown color: approx Shocking. HEX triplet: F2, 9B and BA. RGB value is (242,155,186). Sum of RGB (Red+Green+Blue) = 242+155+186=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BBA is #0D6445. Grayscale: #B8B8B8. Windows color (decimal): -877638 or 12229618. OLE color: 12229618.

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

Color convert

RGB242155186-
CMYK00.360.230.05
HSL338.62º76.99%77.84%-
HSV(B)338.62º35.95%94.9%-
XYZ57.245.8752.29-
YUV184.55128.82168.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.51%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=41.51%
G=26.59%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215518600.360.230.05338.6276.9977.84
HexF29BBA0241751534d4e
Octal362233272044275523115116
Binary11110010100110111011101001001001011110110101001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BBA; }

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

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

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

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

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

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

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

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