#F294CA

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

Shades of Shocking #F294CA

Tints of Shocking #F294CA

Color information

#F294CA (or 0xF294CA) is unknown color: approx Shocking. HEX triplet: F2, 94 and CA. RGB value is (242,148,202). Sum of RGB (Red+Green+Blue) = 242+148+202=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F294CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294CA is #0D6B35. Grayscale: #B6B6B6. Windows color (decimal): -879414 or 13276402. OLE color: 13276402.

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

Color convert

RGB242148202-
CMYK00.390.170.05
HSL325.53º78.33%76.47%-
HSV(B)325.53º38.84%94.9%-
XYZ57.8744.3261.38-
YUV182.26139.14170.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 148 (58.20% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=40.88%
G=25%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214820200.390.170.05325.5378.3376.47
HexF294CA0271151464e4c
Octal362224312047215506116114
Binary11110010100101001100101001001111000110110100011010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F294CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F294CA; }

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

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

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

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

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

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

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

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