#F29BC4

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

Shades of Shocking #F29BC4

Tints of Shocking #F29BC4

Color information

#F29BC4 (or 0xF29BC4) is unknown color: approx Shocking. HEX triplet: F2, 9B and C4. RGB value is (242,155,196). Sum of RGB (Red+Green+Blue) = 242+155+196=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BC4 is #0D643B. Grayscale: #B9B9B9. Windows color (decimal): -877628 or 12884978. OLE color: 12884978.

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

Color convert

RGB242155196-
CMYK00.360.190.05
HSL331.72º76.99%77.84%-
HSV(B)331.72º35.95%94.9%-
XYZ58.346.3158.09-
YUV185.69133.82168.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=40.81%
G=26.14%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215519600.360.190.05331.7276.9977.84
HexF29BC402413514c4d4e
Octal362233304044235514115116
Binary11110010100110111100010001001001001110110100110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BC4; }

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

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

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

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

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

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

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

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