Html Css Color HEX #FF6484 Brink Pink

📋 copy color: '#FF6484'

red 255 ◦ green 100 ◦ blue 132

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

Shades of Brink Pink #FF6484

Tints of Brink Pink #FF6484

RGB

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

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

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

R = 52.36%
G = 20.53%
B = 27.1%

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

#FF6484 (or 0xFF6484) is known color: Brink Pink. HEX triplet: FF, 64 and 84. RGB value is (255,100,132). Sum of RGB (Red+Green+Blue) = 255+100+132=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6484 is #009B7B. Grayscale: #969696. Windows color (decimal): -39804 or 8676607. OLE color: 8676607.

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

Color convert

RGB 255 100 132 -
CMYK 0 0.61 0.48 0
HSL 347.61º 1% 0.7% -
HSV(B) 347.61º 0.61% 1% -
XYZ 49.96 32.04 25.38 -
YUV 149.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 255 100 132 0 0.61 0.48 0 347.61 1 0.7
Hex FF 64 84 0 3D 30 0 15C 64 46
Octal 377 144 204 0 75 60 0 534 144 106
Binary 11111111 1100100 10000100 0 111101 110000 0 101011100 1100100 1000110

Color Harmonies of #FF6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6484

Black with #FF6484

Text Example


Text Example

White with #FF6484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6484; }

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

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

background-color css

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

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

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

border-color css

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

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

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