#FA6CF4

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

Shades of Ultra Pink #FA6CF4

Tints of Ultra Pink #FA6CF4

Color information

#FA6CF4 (or 0xFA6CF4) is unknown color: approx Ultra Pink. HEX triplet: FA, 6C and F4. RGB value is (250,108,244). Sum of RGB (Red+Green+Blue) = 250+108+244=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 108 (42.58% from 255 or 17.94% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CF4 is #05930B. Grayscale: #A5A5A5. Windows color (decimal): -365324 or 16018682. OLE color: 16018682.

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

Color convert

RGB250108244-
CMYK00.570.020.02
HSL302.54º93.42%70.2%-
HSV(B)302.54º56.8%98.04%-
XYZ61.1237.5889.62-
YUV165.96172.04187.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 108 (42.58% from 255) = 17.94%
BLUE value IS 244 (95.70% from 255) = 40.53%
R=41.53%
G=17.94%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010824400.570.020.02302.5493.4270.2
HexFA6CF40392212f5d46
Octal37215436407122457135106
Binary111110101101100111101000111001101010010111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CF4; }

 p { color: rgb(250,108,244); }

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

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

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

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

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

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

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