Html Css Color HEX #FF6ABA Hot Pink

📋 copy color: '#FF6ABA'

red 255 ◦ green 106 ◦ blue 186

#FF6ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #FF6ABA

Tints of Hot Pink #FF6ABA

RGB

 RED value IS 255 (100% from 255) = 46.62%

 GREEN value IS 106 (41.8% from 255) = 19.38%

 BLUE value IS 186 (73.05% from 255) = 34%

R = 46.62%
G = 19.38%
B = 34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF6ABA (or 0xFF6ABA) is known color: Hot Pink. HEX triplet: FF, 6A and BA. RGB value is (255,106,186). Sum of RGB (Red+Green+Blue) = 255+106+186=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ABA is #009545. Grayscale: #9F9F9F. Windows color (decimal): -38214 or 12217087. OLE color: 12217087.

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

Color convert

RGB 255 106 186 -
CMYK 0 0.58 0.27 0
HSL 327.79º 1% 0.71% -
HSV(B) 327.79º 0.58% 1% -
XYZ 55.26 35.11 50.32 -
YUV 159.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 255 106 186 0 0.58 0.27 0 327.79 1 0.71
Hex FF 6A BA 0 3A 1B 0 148 64 47
Octal 377 152 272 0 72 33 0 510 144 107
Binary 11111111 1101010 10111010 0 111010 11011 0 101001000 1100100 1000111

Color Harmonies of #FF6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6ABA

Black with #FF6ABA

Text Example


Text Example

White with #FF6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6ABA; }

 p { color: rgb(255,106,186); }

 H1.HeaderClassName
 {
   color: #FF6ABA;
 }
 .AnyTagClassName
 {
   color: #FF6ABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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