#FF6CFF

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

Shades of Ultra Pink #FF6CFF

Tints of Ultra Pink #FF6CFF

Color information

#FF6CFF (or 0xFF6CFF) is unknown color: approx Ultra Pink. HEX triplet: FF, 6C and FF. RGB value is (255,108,255). Sum of RGB (Red+Green+Blue) = 255+108+255=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 108 (42.58% from 255 or 17.48% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF6CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6CFF is #009300. Grayscale: #A8A8A8. Windows color (decimal): -37633 or 16739583. OLE color: 16739583.

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

Color convert

RGB255108255-
CMYK00.5800
HSL300º100%71.18%-
HSV(B)300º57.65%100%-
XYZ64.6539.2198.77-
YUV168.71176.7189.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 108 (42.58% from 255) = 17.48%
BLUE value IS 255 (100% from 255) = 41.26%
R=41.26%
G=17.48%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510825500.580030010071.18
HexFF6CFF03A0012c6447
Octal37715437707200454144107
Binary1111111111011001111111101110100010010110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6CFF; }

 p { color: rgb(255,108,255); }

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

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

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

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

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

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

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