#f290c2

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

Shades of Shocking #F290C2

Tints of Shocking #F290C2

Color information

#F290C2 (or 0xF290C2) is unknown color: approx Shocking. HEX triplet: F2, 90 and C2. RGB value is (242,144,194). Sum of RGB (Red+Green+Blue) = 242+144+194=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F290C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290C2 is #0D6F3D. Grayscale: #B2B2B2. Windows color (decimal): -880446 or 12751090. OLE color: 12751090.

HSL color Cylindrical-coordinate representation of color #F290C2: hue angle of 329.39º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290C2 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB242144194-
CMYK00.400.200.05
HSL329.39º79.03%75.69%-
HSV(B)329.39º40.5%94.9%-
XYZ56.3342.7256.32-
YUV179136.47172.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 194 (76.17% from 255) = 33.45%
R=41.72%
G=24.83%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214419400.400.200.05329.3979.0375.69
HexF290C20281451494f4c
Octal362220302050245511117114
Binary11110010100100001100001001010001010010110100100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f290c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f290c2; }

 p { color: rgb(242,144,194); }

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

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

 a { background-color: rgb(242,144,194); }

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

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

 span { border-color: rgb(242,144,194); }

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