#ff0fc8

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

Shades of Shocking Pink #FF0FC8

Tints of Shocking Pink #FF0FC8

Color information

#FF0FC8 (or 0xFF0FC8) is unknown color: approx Shocking Pink. HEX triplet: FF, 0F and C8. RGB value is (255,15,200). Sum of RGB (Red+Green+Blue) = 255+15+200=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FC8 is #00F037. Grayscale: #6B6B6B. Windows color (decimal): -61496 or 13111295. OLE color: 13111295.

HSL color Cylindrical-coordinate representation of color #FF0FC8: hue angle of 313.75º 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 #FF0FC8 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB25515200-
CMYK00.940.220
HSL313.75º100%52.94%-
HSV(B)313.75º94.12%100%-
XYZ51.8425.7756.89-
YUV107.85180.01232.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 15 (6.25% from 255) = 3.19%
BLUE value IS 200 (78.52% from 255) = 42.55%
R=54.26%
G=3.19%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551520000.940.220313.7510052.94
HexFFFC805E16013a6435
Octal37717310013626047214465
Binary11111111111111001000010111101011001001110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff0fc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff0fc8; }

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

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

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

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

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

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

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

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