#F295BF

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

Shades of Shocking #F295BF

Tints of Shocking #F295BF

Color information

#F295BF (or 0xF295BF) is unknown color: approx Shocking. HEX triplet: F2, 95 and BF. RGB value is (242,149,191). Sum of RGB (Red+Green+Blue) = 242+149+191=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F295BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295BF is #0D6A40. Grayscale: #B5B5B5. Windows color (decimal): -879169 or 12555762. OLE color: 12555762.

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

Color convert

RGB242149191-
CMYK00.380.210.05
HSL332.9º78.15%76.67%-
HSV(B)332.9º38.43%94.9%-
XYZ56.7744.1354.82-
YUV181.6133.31171.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 191 (75% from 255) = 32.82%
R=41.58%
G=25.60%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214919100.380.210.05332.978.1576.67
HexF295BF02615514d4e4d
Octal362225277046255515116115
Binary11110010100101011011111101001101010110110100110110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F295BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F295BF; }

 p { color: rgb(242,149,191); }

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

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

 a { background-color: rgb(242,149,191); }

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

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

 span { border-color: rgb(242,149,191); }

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