#FA6FF6

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

Shades of Ultra Pink #FA6FF6

Tints of Ultra Pink #FA6FF6

Color information

#FA6FF6 (or 0xFA6FF6) is unknown color: approx Ultra Pink. HEX triplet: FA, 6F and F6. RGB value is (250,111,246). Sum of RGB (Red+Green+Blue) = 250+111+246=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 111 (43.75% from 255 or 18.29% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6FF6 is #059009. Grayscale: #A7A7A7. Windows color (decimal): -364554 or 16150522. OLE color: 16150522.

HSL color Cylindrical-coordinate representation of color #FA6FF6: hue angle of 301.73º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FF6 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250111246-
CMYK00.560.020.02
HSL301.73º93.29%70.78%-
HSV(B)301.73º55.6%98.04%-
XYZ61.7438.3591.34-
YUV167.95172.05186.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 111 (43.75% from 255) = 18.29%
BLUE value IS 246 (96.48% from 255) = 40.53%
R=41.19%
G=18.29%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011124600.560.020.02301.7393.2970.78
HexFA6FF60382212e5d47
Octal37215736607022456135107
Binary111110101101111111101100111000101010010111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6FF6; }

 p { color: rgb(250,111,246); }

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

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

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

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

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

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

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