Html Css Color HEX #FF647D Brink Pink

📋 copy color: '#FF647D'

red 255 ◦ green 100 ◦ blue 125

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

Shades of Brink Pink #FF647D

Tints of Brink Pink #FF647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.04%

R = 53.13%
G = 20.83%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF647D (or 0xFF647D) is known color: Brink Pink. HEX triplet: FF, 64 and 7D. RGB value is (255,100,125). Sum of RGB (Red+Green+Blue) = 255+100+125=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF647D is #009B82. Grayscale: #959595. Windows color (decimal): -39811 or 8217855. OLE color: 8217855.

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

Color convert

RGB 255 100 125 -
CMYK 0 0.61 0.51 0
HSL 350.32º 1% 0.7% -
HSV(B) 350.32º 0.61% 1% -
XYZ 49.5 31.86 22.94 -
YUV 149.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 255 100 125 0 0.61 0.51 0 350.32 1 0.7
Hex FF 64 7D 0 3D 33 0 15E 64 46
Octal 377 144 175 0 75 63 0 536 144 106
Binary 11111111 1100100 1111101 0 111101 110011 0 101011110 1100100 1000110

Color Harmonies of #FF647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF647D

Black with #FF647D

Text Example


Text Example

White with #FF647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF647D; }

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

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

background-color css

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

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

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

border-color css

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

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

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