#FF6BFF

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

Shades of Ultra Pink #FF6BFF

Tints of Ultra Pink #FF6BFF

Color information

#FF6BFF (or 0xFF6BFF) is unknown color: approx Ultra Pink. HEX triplet: FF, 6B and FF. RGB value is (255,107,255). Sum of RGB (Red+Green+Blue) = 255+107+255=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 107 (42.19% from 255 or 17.34% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF6BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6BFF is #009400. Grayscale: #A7A7A7. Windows color (decimal): -37889 or 16739327. OLE color: 16739327.

HSL color Cylindrical-coordinate representation of color #FF6BFF: 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 #FF6BFF is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB255107255-
CMYK00.5800
HSL300º100%70.98%-
HSV(B)300º58.04%100%-
XYZ64.553998.73-
YUV168.12177.03189.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 107 (42.19% from 255) = 17.34%
BLUE value IS 255 (100% from 255) = 41.33%
R=41.33%
G=17.34%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510725500.580030010070.98
HexFF6BFF03A0012c6447
Octal37715337707200454144107
Binary1111111111010111111111101110100010010110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6BFF; }

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

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

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

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

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

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

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

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