#F670F6

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

Shades of Ultra Pink #F670F6

Tints of Ultra Pink #F670F6

Color information

#F670F6 (or 0xF670F6) is unknown color: approx Ultra Pink. HEX triplet: F6, 70 and F6. RGB value is (246,112,246). Sum of RGB (Red+Green+Blue) = 246+112+246=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 112 (44.14% from 255 or 18.54% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F670F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F670F6 is #098F09. Grayscale: #A6A6A6. Windows color (decimal): -626442 or 16150774. OLE color: 16150774.

HSL color Cylindrical-coordinate representation of color #F670F6: hue angle of 300º degrees, saturation: 0.88, 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 #F670F6 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB246112246-
CMYK00.5400.04
HSL300º88.16%70.2%-
HSV(B)300º54.47%96.47%-
XYZ60.4337.8391.31-
YUV167.34172.39184.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 112 (44.14% from 255) = 18.54%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=40.73%
G=18.54%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611224600.5400.0430088.1670.2
HexF670F60360412c5846
Octal36616036606604454130106
Binary111101101110000111101100110110010010010110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F670F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F670F6; }

 p { color: rgb(246,112,246); }

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

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

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

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

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

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

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