#FC70F1

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

Shades of Ultra Pink #FC70F1

Tints of Ultra Pink #FC70F1

Color information

#FC70F1 (or 0xFC70F1) is unknown color: approx Ultra Pink. HEX triplet: FC, 70 and F1. RGB value is (252,112,241). Sum of RGB (Red+Green+Blue) = 252+112+241=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 112 (44.14% from 255 or 18.51% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70F1 is #038F0E. Grayscale: #A8A8A8. Windows color (decimal): -233231 or 15823100. OLE color: 15823100.

HSL color Cylindrical-coordinate representation of color #FC70F1: hue angle of 304.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC70F1 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252112241-
CMYK00.560.040.01
HSL304.71º95.89%71.37%-
HSV(B)304.71º55.56%98.82%-
XYZ61.8238.6387.42-
YUV168.57168.88187.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 112 (44.14% from 255) = 18.51%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=41.65%
G=18.51%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211224100.560.040.01304.7195.8971.37
HexFC70F1038411316047
Octal37416036107041461140107
Binary111111001110000111100010111000100110011000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC70F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC70F1; }

 p { color: rgb(252,112,241); }

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

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

 a { background-color: rgb(252,112,241); }

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

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

 span { border-color: rgb(252,112,241); }

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