#ff6ba5

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

Shades of Hot Pink #FF6BA5

Tints of Hot Pink #FF6BA5

Color information

#FF6BA5 (or 0xFF6BA5) is unknown color: approx Hot Pink. HEX triplet: FF, 6B and A5. RGB value is (255,107,165). Sum of RGB (Red+Green+Blue) = 255+107+165=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6BA5 is #00945A. Grayscale: #9D9D9D. Windows color (decimal): -37979 or 10841087. OLE color: 10841087.

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

Color convert

RGB255107165-
CMYK00.580.350
HSL336.49º100%70.98%-
HSV(B)336.49º58.04%100%-
XYZ53.2934.4939.45-
YUV157.86132.03197.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 107 (42.19% from 255) = 20.30%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=48.39%
G=20.30%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510716500.580.350336.4910070.98
HexFF6BA503A2301506447
Octal377153245072430520144107
Binary111111111101011101001010111010100011010101000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6ba5; }

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

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

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

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

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

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

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

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