Html Css Color HEX #FF6280 Brink Pink

📋 copy color: '#FF6280'

red 255 ◦ green 98 ◦ blue 128

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

Shades of Brink Pink #FF6280

Tints of Brink Pink #FF6280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.37%

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

R = 53.01%
G = 20.37%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6280 (or 0xFF6280) is known color: Brink Pink. HEX triplet: FF, 62 and 80. RGB value is (255,98,128). Sum of RGB (Red+Green+Blue) = 255+98+128=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6280 is #009D7F. Grayscale: #949494. Windows color (decimal): -40320 or 8413951. OLE color: 8413951.

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

Color convert

RGB 255 98 128 -
CMYK 0 0.62 0.50 0
HSL 348.54º 1% 0.69% -
HSV(B) 348.54º 0.62% 1% -
XYZ 49.5 31.55 23.9 -
YUV 148.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 255 98 128 0 0.62 0.50 0 348.54 1 0.69
Hex FF 62 80 0 3E 32 0 15D 64 45
Octal 377 142 200 0 76 62 0 535 144 105
Binary 11111111 1100010 10000000 0 111110 110010 0 101011101 1100100 1000101

Color Harmonies of #FF6280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6280

Black with #FF6280

Text Example


Text Example

White with #FF6280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6280; }

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

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

background-color css

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

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

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

border-color css

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

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

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