#F471F4

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

Shades of Ultra Pink #F471F4

Tints of Ultra Pink #F471F4

Color information

#F471F4 (or 0xF471F4) is unknown color: approx Ultra Pink. HEX triplet: F4, 71 and F4. RGB value is (244,113,244). Sum of RGB (Red+Green+Blue) = 244+113+244=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 113 (44.53% from 255 or 18.80% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: red, blue. Hex color #F471F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F471F4 is #0B8E0B. Grayscale: #A6A6A6. Windows color (decimal): -757260 or 16019956. OLE color: 16019956.

HSL color Cylindrical-coordinate representation of color #F471F4: hue angle of 300º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F471F4 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB244113244-
CMYK00.5400.04
HSL300º85.62%70%-
HSV(B)300º53.69%95.69%-
XYZ59.5437.5889.7-
YUV167.1171.4182.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.60%
GREEN value IS 113 (44.53% from 255) = 18.80%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=40.60%
G=18.80%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411324400.5400.0430085.6270
HexF471F40360412c5646
Octal36416136406604454126106
Binary111101001110001111101000110110010010010110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F471F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F471F4; }

 p { color: rgb(244,113,244); }

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

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

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

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

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

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

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