#ff0fc1

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

Shades of Shocking Pink #FF0FC1

Tints of Shocking Pink #FF0FC1

Color information

#FF0FC1 (or 0xFF0FC1) is unknown color: approx Shocking Pink. HEX triplet: FF, 0F and C1. RGB value is (255,15,193). Sum of RGB (Red+Green+Blue) = 255+15+193=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FC1 is #00F03E. Grayscale: #6A6A6A. Windows color (decimal): -61503 or 12652543. OLE color: 12652543.

HSL color Cylindrical-coordinate representation of color #FF0FC1: hue angle of 315.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FC1 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB25515193-
CMYK00.940.240
HSL315.5º100%52.94%-
HSV(B)315.5º94.12%100%-
XYZ51.0425.4552.67-
YUV107.05176.51233.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 15 (6.25% from 255) = 3.24%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=55.08%
G=3.24%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551519300.940.240315.510052.94
HexFFFC105E18013c6435
Octal37717301013630047414465
Binary11111111111111000001010111101100001001111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff0fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff0fc1; }

 p { color: rgb(255,15,193); }

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

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

 a { background-color: rgb(255,15,193); }

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

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

 span { border-color: rgb(255,15,193); }

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