#FA6CEB

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

Shades of Ultra Pink #FA6CEB

Tints of Ultra Pink #FA6CEB

Color information

#FA6CEB (or 0xFA6CEB) is unknown color: approx Ultra Pink. HEX triplet: FA, 6C and EB. RGB value is (250,108,235). Sum of RGB (Red+Green+Blue) = 250+108+235=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 108 (42.58% from 255 or 18.21% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CEB is #059314. Grayscale: #A4A4A4. Windows color (decimal): -365333 or 15428858. OLE color: 15428858.

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

Color convert

RGB250108235-
CMYK00.570.060.02
HSL306.34º93.42%70.2%-
HSV(B)306.34º56.8%98.04%-
XYZ59.7837.0582.6-
YUV164.94167.54188.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 108 (42.58% from 255) = 18.21%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=42.16%
G=18.21%
B=39.63%

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
Decimal25010823500.570.060.02306.3493.4270.2
HexFA6CEB039621325d46
Octal37215435307162462135106
Binary1111101011011001110101101110011101010011001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CEB; }

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

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

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

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

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

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

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

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