Html Css Color HEX #FF617F Brink Pink

📋 copy color: '#FF617F'

red 255 ◦ green 97 ◦ blue 127

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

Shades of Brink Pink #FF617F

Tints of Brink Pink #FF617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.25%

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

R = 53.24%
G = 20.25%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF617F (or 0xFF617F) is known color: Brink Pink. HEX triplet: FF, 61 and 7F. RGB value is (255,97,127). Sum of RGB (Red+Green+Blue) = 255+97+127=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF617F is #009E80. Grayscale: #939393. Windows color (decimal): -40577 or 8348159. OLE color: 8348159.

HSL color Cylindrical-coordinate representation of color #FF617F: hue angle of 348.61º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF617F is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 97 127 -
CMYK 0 0.62 0.50 0
HSL 348.61º 1% 0.69% -
HSV(B) 348.61º 0.62% 1% -
XYZ 49.35 31.34 23.53 -
YUV 147.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 255 97 127 0 0.62 0.50 0 348.61 1 0.69
Hex FF 61 7F 0 3E 32 0 15D 64 45
Octal 377 141 177 0 76 62 0 535 144 105
Binary 11111111 1100001 1111111 0 111110 110010 0 101011101 1100100 1000101

Color Harmonies of #FF617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF617F

Black with #FF617F

Text Example


Text Example

White with #FF617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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