Html Css Color HEX #FF6CB1 Hot Pink

📋 copy color: '#FF6CB1'

red 255 ◦ green 108 ◦ blue 177

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

Shades of Hot Pink #FF6CB1

Tints of Hot Pink #FF6CB1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20%

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 47.22%
G = 20%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF6CB1 (or 0xFF6CB1) is known color: Hot Pink. HEX triplet: FF, 6C and B1. RGB value is (255,108,177). Sum of RGB (Red+Green+Blue) = 255+108+177=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CB1 is #00934E. Grayscale: #9F9F9F. Windows color (decimal): -37711 or 11627775. OLE color: 11627775.

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

Color convert

RGB 255 108 177 -
CMYK 0 0.58 0.31 0
HSL 331.84º 1% 0.71% -
HSV(B) 331.84º 0.58% 1% -
XYZ 54.54 35.16 45.51 -
YUV 159.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 255 108 177 0 0.58 0.31 0 331.84 1 0.71
Hex FF 6C B1 0 3A 1F 0 14C 64 47
Octal 377 154 261 0 72 37 0 514 144 107
Binary 11111111 1101100 10110001 0 111010 11111 0 101001100 1100100 1000111

Color Harmonies of #FF6CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CB1

Black with #FF6CB1

Text Example


Text Example

White with #FF6CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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