Html Css Color HEX #FF6381 Brink Pink

📋 copy color: '#FF6381'

red 255 ◦ green 99 ◦ blue 129

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

Shades of Brink Pink #FF6381

Tints of Brink Pink #FF6381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.5%

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

R = 52.8%
G = 20.5%
B = 26.71%

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

#FF6381 (or 0xFF6381) is known color: Brink Pink. HEX triplet: FF, 63 and 81. RGB value is (255,99,129). Sum of RGB (Red+Green+Blue) = 255+99+129=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6381 is #009C7E. Grayscale: #959595. Windows color (decimal): -40063 or 8479743. OLE color: 8479743.

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

Color convert

RGB 255 99 129 -
CMYK 0 0.61 0.49 0
HSL 348.46º 1% 0.69% -
HSV(B) 348.46º 0.61% 1% -
XYZ 49.66 31.77 24.28 -
YUV 149.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 255 99 129 0 0.61 0.49 0 348.46 1 0.69
Hex FF 63 81 0 3D 31 0 15C 64 45
Octal 377 143 201 0 75 61 0 534 144 105
Binary 11111111 1100011 10000001 0 111101 110001 0 101011100 1100100 1000101

Color Harmonies of #FF6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6381

Black with #FF6381

Text Example


Text Example

White with #FF6381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6381; }

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

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

background-color css

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

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

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

border-color css

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

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

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