Html Css Color HEX #FF6481 Brink Pink

📋 copy color: '#FF6481'

red 255 ◦ green 100 ◦ blue 129

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

Shades of Brink Pink #FF6481

Tints of Brink Pink #FF6481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 52.69%
G = 20.66%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6481 (or 0xFF6481) is known color: Brink Pink. HEX triplet: FF, 64 and 81. RGB value is (255,100,129). Sum of RGB (Red+Green+Blue) = 255+100+129=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6481 is #009B7E. Grayscale: #959595. Windows color (decimal): -39807 or 8479999. OLE color: 8479999.

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

Color convert

RGB 255 100 129 -
CMYK 0 0.61 0.49 0
HSL 348.77º 1% 0.7% -
HSV(B) 348.77º 0.61% 1% -
XYZ 49.76 31.96 24.32 -
YUV 149.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 255 100 129 0 0.61 0.49 0 348.77 1 0.7
Hex FF 64 81 0 3D 31 0 15D 64 46
Octal 377 144 201 0 75 61 0 535 144 106
Binary 11111111 1100100 10000001 0 111101 110001 0 101011101 1100100 1000110

Color Harmonies of #FF6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6481

Black with #FF6481

Text Example


Text Example

White with #FF6481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6481; }

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

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

background-color css

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

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

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

border-color css

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

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

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