Html Css Color HEX #FF6480 Brink Pink

📋 copy color: '#FF6480'

red 255 ◦ green 100 ◦ blue 128

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

Shades of Brink Pink #FF6480

Tints of Brink Pink #FF6480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.7%

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 52.8%
G = 20.7%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6480 (or 0xFF6480) is known color: Brink Pink. HEX triplet: FF, 64 and 80. RGB value is (255,100,128). Sum of RGB (Red+Green+Blue) = 255+100+128=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6480 is #009B7F. Grayscale: #959595. Windows color (decimal): -39808 or 8414463. OLE color: 8414463.

HSL color Cylindrical-coordinate representation of color #FF6480: hue angle of 349.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6480 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 100 128 -
CMYK 0 0.61 0.50 0
HSL 349.16º 1% 0.7% -
HSV(B) 349.16º 0.61% 1% -
XYZ 49.69 31.93 23.97 -
YUV 149.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 255 100 128 0 0.61 0.50 0 349.16 1 0.7
Hex FF 64 80 0 3D 32 0 15D 64 46
Octal 377 144 200 0 75 62 0 535 144 106
Binary 11111111 1100100 10000000 0 111101 110010 0 101011101 1100100 1000110

Color Harmonies of #FF6480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6480

Black with #FF6480

Text Example


Text Example

White with #FF6480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6480; }

 p { color: rgb(255,100,128); }

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

background-color css

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

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

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

border-color css

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

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

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