#f10cb0

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

Shades of Shocking Pink #F10CB0

Tints of Shocking Pink #F10CB0

Color information

#F10CB0 (or 0xF10CB0) is unknown color: approx Shocking Pink. HEX triplet: F1, 0C and B0. RGB value is (241,12,176). Sum of RGB (Red+Green+Blue) = 241+12+176=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10CB0 is #0EF34F. Grayscale: #626262. Windows color (decimal): -979792 or 11537649. OLE color: 11537649.

HSL color Cylindrical-coordinate representation of color #F10CB0: hue angle of 317.03º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CB0 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB24112176-
CMYK00.950.270.05
HSL317.03º90.51%49.61%-
HSV(B)317.03º95.02%94.51%-
XYZ44.2422.143.01-
YUV99.17171.37229.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.18%
GREEN value IS 12 (5.08% from 255) = 2.80%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=56.18%
G=2.80%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411217600.950.270.05317.0390.5149.61
HexF1CB005F1B513d5b32
Octal36114260013733547513362
Binary1111000111001011000001011111110111011001111011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f10cb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f10cb0; }

 p { color: rgb(241,12,176); }

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

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

 a { background-color: rgb(241,12,176); }

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

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

 span { border-color: rgb(241,12,176); }

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