Html Css Color HEX #FF5F7D Brink Pink

📋 copy color: '#FF5F7D'

red 255 ◦ green 95 ◦ blue 125

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

Shades of Brink Pink #FF5F7D

Tints of Brink Pink #FF5F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20%

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

R = 53.68%
G = 20%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF5F7D (or 0xFF5F7D) is known color: Brink Pink. HEX triplet: FF, 5F and 7D. RGB value is (255,95,125). Sum of RGB (Red+Green+Blue) = 255+95+125=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F7D is #00A082. Grayscale: #929292. Windows color (decimal): -41091 or 8216575. OLE color: 8216575.

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

Color convert

RGB 255 95 125 -
CMYK 0 0.63 0.51 0
HSL 348.75º 1% 0.69% -
HSV(B) 348.75º 0.63% 1% -
XYZ 49.03 30.93 22.79 -
YUV 146.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 255 95 125 0 0.63 0.51 0 348.75 1 0.69
Hex FF 5F 7D 0 3F 33 0 15D 64 45
Octal 377 137 175 0 77 63 0 535 144 105
Binary 11111111 1011111 1111101 0 111111 110011 0 101011101 1100100 1000101

Color Harmonies of #FF5F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F7D

Black with #FF5F7D

Text Example


Text Example

White with #FF5F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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