#F170FF

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

Shades of Ultra Pink #F170FF

Tints of Ultra Pink #F170FF

Color information

#F170FF (or 0xF170FF) is unknown color: approx Ultra Pink. HEX triplet: F1, 70 and FF. RGB value is (241,112,255). Sum of RGB (Red+Green+Blue) = 241+112+255=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 112 (44.14% from 255 or 18.42% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #F170FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F170FF is #0E8F00. Grayscale: #A6A6A6. Windows color (decimal): -954113 or 16740593. OLE color: 16740593.

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

Color convert

RGB241112255-
CMYK0.050.5600
HSL294.13º100%71.96%-
HSV(B)294.13º56.08%100%-
XYZ60.1237.5198.68-
YUV166.87177.74180.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 112 (44.14% from 255) = 18.42%
BLUE value IS 255 (100% from 255) = 41.94%
R=39.64%
G=18.42%
B=41.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411122550.050.5600294.1310071.96
HexF170FF538001266448
Octal36116037757000446144110
Binary111100011110000111111111011110000010010011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F170FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F170FF; }

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

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

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

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

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

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

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

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