#FF6BF1

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

Shades of Ultra Pink #FF6BF1

Tints of Ultra Pink #FF6BF1

Color information

#FF6BF1 (or 0xFF6BF1) is unknown color: approx Ultra Pink. HEX triplet: FF, 6B and F1. RGB value is (255,107,241). Sum of RGB (Red+Green+Blue) = 255+107+241=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 107 (42.19% from 255 or 17.74% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6BF1 is #00940E. Grayscale: #A6A6A6. Windows color (decimal): -37903 or 15821823. OLE color: 15821823.

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

Color convert

RGB255107241-
CMYK00.580.050
HSL305.68º100%70.98%-
HSV(B)305.68º58.04%100%-
XYZ62.3738.1387.29-
YUV166.53170.03191.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 107 (42.19% from 255) = 17.74%
BLUE value IS 241 (94.53% from 255) = 39.97%
R=42.29%
G=17.74%
B=39.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510724100.580.050305.6810070.98
HexFF6BF103A501326447
Octal37715336107250462144107
Binary111111111101011111100010111010101010011001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6BF1; }

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

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

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

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

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

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

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

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