#F472FE

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

Shades of Ultra Pink #F472FE

Tints of Ultra Pink #F472FE

Color information

#F472FE (or 0xF472FE) is unknown color: approx Ultra Pink. HEX triplet: F4, 72 and FE. RGB value is (244,114,254). Sum of RGB (Red+Green+Blue) = 244+114+254=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 114 (44.92% from 255 or 18.63% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #F472FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F472FE is #0B8D01. Grayscale: #A8A8A8. Windows color (decimal): -756994 or 16675572. OLE color: 16675572.

HSL color Cylindrical-coordinate representation of color #F472FE: hue angle of 295.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F472FE is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB244114254-
CMYK0.040.5500.00
HSL295.71º98.59%72.16%-
HSV(B)295.71º55.12%99.61%-
XYZ61.2138.4297.96-
YUV168.83176.07181.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.87%
GREEN value IS 114 (44.92% from 255) = 18.63%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=39.87%
G=18.63%
B=41.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441142540.040.5500.00295.7198.5972.16
HexF472FE437001286348
Octal36416237646700450143110
Binary111101001110010111111101001101110010010100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F472FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F472FE; }

 p { color: rgb(244,114,254); }

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

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

 a { background-color: rgb(244,114,254); }

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

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

 span { border-color: rgb(244,114,254); }

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