#FA6CEC

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

Shades of Ultra Pink #FA6CEC

Tints of Ultra Pink #FA6CEC

Color information

#FA6CEC (or 0xFA6CEC) is unknown color: approx Ultra Pink. HEX triplet: FA, 6C and EC. RGB value is (250,108,236). Sum of RGB (Red+Green+Blue) = 250+108+236=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 108 (42.58% from 255 or 18.18% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CEC is #059313. Grayscale: #A4A4A4. Windows color (decimal): -365332 or 15494394. OLE color: 15494394.

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

Color convert

RGB250108236-
CMYK00.570.060.02
HSL305.92º93.42%70.2%-
HSV(B)305.92º56.8%98.04%-
XYZ59.9337.1183.36-
YUV165.05168.04188.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 108 (42.58% from 255) = 18.18%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=42.09%
G=18.18%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010823600.570.060.02305.9293.4270.2
HexFA6CEC039621325d46
Octal37215435407162462135106
Binary1111101011011001110110001110011101010011001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CEC; }

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

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

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

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

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

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

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

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