#F090C4

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

Shades of Shocking #F090C4

Tints of Shocking #F090C4

Color information

#F090C4 (or 0xF090C4) is unknown color: approx Shocking. HEX triplet: F0, 90 and C4. RGB value is (240,144,196). Sum of RGB (Red+Green+Blue) = 240+144+196=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F090C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090C4 is #0F6F3B. Grayscale: #B2B2B2. Windows color (decimal): -1011516 or 12882160. OLE color: 12882160.

HSL color Cylindrical-coordinate representation of color #F090C4: hue angle of 327.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090C4 is Cyan = 0, Magento = 0.4, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240144196-
CMYK00.40.180.06
HSL327.5º76.19%75.29%-
HSV(B)327.5º40%94.12%-
XYZ55.8742.4657.47-
YUV178.63137.8171.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 196 (76.95% from 255) = 33.79%
R=41.38%
G=24.83%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014419600.40.180.06327.576.1975.29
HexF090C40281261484c4b
Octal360220304050226510114113
Binary11110000100100001100010001010001001011010100100010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F090C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F090C4; }

 p { color: rgb(240,144,196); }

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

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

 a { background-color: rgb(240,144,196); }

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

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

 span { border-color: rgb(240,144,196); }

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