#F294BA

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

Shades of Shocking #F294BA

Tints of Shocking #F294BA

Color information

#F294BA (or 0xF294BA) is unknown color: approx Shocking. HEX triplet: F2, 94 and BA. RGB value is (242,148,186). Sum of RGB (Red+Green+Blue) = 242+148+186=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F294BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294BA is #0D6B45. Grayscale: #B4B4B4. Windows color (decimal): -879430 or 12227826. OLE color: 12227826.

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

Color convert

RGB242148186-
CMYK00.390.230.05
HSL335.74º78.33%76.47%-
HSV(B)335.74º38.84%94.9%-
XYZ56.0743.651.92-
YUV180.44131.14171.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.01%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=42.01%
G=25.69%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214818600.390.230.05335.7478.3376.47
HexF294BA0271751504e4c
Octal362224272047275520116114
Binary11110010100101001011101001001111011110110101000010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F294BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F294BA; }

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

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

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

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

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

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

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

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