Html Css Color HEX #FF647F Brink Pink

📋 copy color: '#FF647F'

red 255 ◦ green 100 ◦ blue 127

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

Shades of Brink Pink #FF647F

Tints of Brink Pink #FF647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.35%

R = 52.9%
G = 20.75%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF647F (or 0xFF647F) is known color: Brink Pink. HEX triplet: FF, 64 and 7F. RGB value is (255,100,127). Sum of RGB (Red+Green+Blue) = 255+100+127=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF647F is #009B80. Grayscale: #959595. Windows color (decimal): -39809 or 8348927. OLE color: 8348927.

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

Color convert

RGB 255 100 127 -
CMYK 0 0.61 0.50 0
HSL 349.55º 1% 0.7% -
HSV(B) 349.55º 0.61% 1% -
XYZ 49.63 31.91 23.62 -
YUV 149.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 255 100 127 0 0.61 0.50 0 349.55 1 0.7
Hex FF 64 7F 0 3D 32 0 15E 64 46
Octal 377 144 177 0 75 62 0 536 144 106
Binary 11111111 1100100 1111111 0 111101 110010 0 101011110 1100100 1000110

Color Harmonies of #FF647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF647F

Black with #FF647F

Text Example


Text Example

White with #FF647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF647F; }

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

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

background-color css

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

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

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

border-color css

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

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

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