Html Css Color HEX #FF6384 Brink Pink

📋 copy color: '#FF6384'

red 255 ◦ green 99 ◦ blue 132

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

Shades of Brink Pink #FF6384

Tints of Brink Pink #FF6384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 52.47%
G = 20.37%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF6384 (or 0xFF6384) is known color: Brink Pink. HEX triplet: FF, 63 and 84. RGB value is (255,99,132). Sum of RGB (Red+Green+Blue) = 255+99+132=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6384 is #009C7B. Grayscale: #959595. Windows color (decimal): -40060 or 8676351. OLE color: 8676351.

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

Color convert

RGB 255 99 132 -
CMYK 0 0.61 0.48 0
HSL 347.31º 1% 0.69% -
HSV(B) 347.31º 0.61% 1% -
XYZ 49.87 31.85 25.35 -
YUV 149.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 255 99 132 0 0.61 0.48 0 347.31 1 0.69
Hex FF 63 84 0 3D 30 0 15B 64 45
Octal 377 143 204 0 75 60 0 533 144 105
Binary 11111111 1100011 10000100 0 111101 110000 0 101011011 1100100 1000101

Color Harmonies of #FF6384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6384

Black with #FF6384

Text Example


Text Example

White with #FF6384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6384; }

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

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

background-color css

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

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

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

border-color css

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

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

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