#F670FC

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

Shades of Ultra Pink #F670FC

Tints of Ultra Pink #F670FC

Color information

#F670FC (or 0xF670FC) is unknown color: approx Ultra Pink. HEX triplet: F6, 70 and FC. RGB value is (246,112,252). Sum of RGB (Red+Green+Blue) = 246+112+252=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 112 (44.14% from 255 or 18.36% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #F670FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F670FC is #098F03. Grayscale: #A7A7A7. Windows color (decimal): -626436 or 16543990. OLE color: 16543990.

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

Color convert

RGB246112252-
CMYK0.020.5600.01
HSL297.43º95.89%71.37%-
HSV(B)297.43º55.56%98.82%-
XYZ61.3738.2196.24-
YUV168.03175.39183.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.33%
GREEN value IS 112 (44.14% from 255) = 18.36%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=40.33%
G=18.36%
B=41.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461122520.020.5600.01297.4395.8971.37
HexF670FC238011296047
Octal36616037427001451140107
Binary11110110111000011111100101110000110010100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F670FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F670FC; }

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

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

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

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

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

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

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

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