#F470FC

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

Shades of Ultra Pink #F470FC

Tints of Ultra Pink #F470FC

Color information

#F470FC (or 0xF470FC) is unknown color: approx Ultra Pink. HEX triplet: F4, 70 and FC. RGB value is (244,112,252). Sum of RGB (Red+Green+Blue) = 244+112+252=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 112 (44.14% from 255 or 18.42% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #F470FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F470FC is #0B8F03. Grayscale: #A7A7A7. Windows color (decimal): -757508 or 16543988. OLE color: 16543988.

HSL color Cylindrical-coordinate representation of color #F470FC: hue angle of 296.57º 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 #F470FC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244112252-
CMYK0.030.5600.01
HSL296.57º95.89%71.37%-
HSV(B)296.57º55.56%98.82%-
XYZ60.6737.8596.2-
YUV167.43175.73182.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.13%
GREEN value IS 112 (44.14% from 255) = 18.42%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=40.13%
G=18.42%
B=41.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441122520.030.5600.01296.5795.8971.37
HexF470FC338011296047
Octal36416037437001451140107
Binary11110100111000011111100111110000110010100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470FC; }

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

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

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

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

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

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

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

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