Html Css Color HEX #FF6483 Brink Pink

📋 copy color: '#FF6483'

red 255 ◦ green 100 ◦ blue 131

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

Shades of Brink Pink #FF6483

Tints of Brink Pink #FF6483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.95%

R = 52.47%
G = 20.58%
B = 26.95%

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

#FF6483 (or 0xFF6483) is known color: Brink Pink. HEX triplet: FF, 64 and 83. RGB value is (255,100,131). Sum of RGB (Red+Green+Blue) = 255+100+131=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6483 is #009B7C. Grayscale: #959595. Windows color (decimal): -39805 or 8611071. OLE color: 8611071.

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

Color convert

RGB 255 100 131 -
CMYK 0 0.61 0.49 0
HSL 348º 1% 0.7% -
HSV(B) 348º 0.61% 1% -
XYZ 49.89 32.01 25.02 -
YUV 149.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 255 100 131 0 0.61 0.49 0 348 1 0.7
Hex FF 64 83 0 3D 31 0 15C 64 46
Octal 377 144 203 0 75 61 0 534 144 106
Binary 11111111 1100100 10000011 0 111101 110001 0 101011100 1100100 1000110

Color Harmonies of #FF6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6483

Black with #FF6483

Text Example


Text Example

White with #FF6483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6483; }

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

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

background-color css

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

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

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

border-color css

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

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

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