Html Css Color HEX #FF7581 Brink Pink

📋 copy color: '#FF7581'

red 255 ◦ green 117 ◦ blue 129

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

Shades of Brink Pink #FF7581

Tints of Brink Pink #FF7581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.35%

 BLUE value IS 129 (50.78% from 255) = 25.75%

R = 50.9%
G = 23.35%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7581 (or 0xFF7581) is known color: Brink Pink. HEX triplet: FF, 75 and 81. RGB value is (255,117,129). Sum of RGB (Red+Green+Blue) = 255+117+129=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7581 is #008A7E. Grayscale: #9F9F9F. Windows color (decimal): -35455 or 8484351. OLE color: 8484351.

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

Color convert

RGB 255 117 129 -
CMYK 0 0.54 0.49 0
HSL 354.78º 1% 0.73% -
HSV(B) 354.78º 0.54% 1% -
XYZ 51.56 35.57 24.92 -
YUV 159.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 255 117 129 0 0.54 0.49 0 354.78 1 0.73
Hex FF 75 81 0 36 31 0 163 64 49
Octal 377 165 201 0 66 61 0 543 144 111
Binary 11111111 1110101 10000001 0 110110 110001 0 101100011 1100100 1001001

Color Harmonies of #FF7581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7581

Black with #FF7581

Text Example


Text Example

White with #FF7581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7581; }

 p { color: rgb(255,117,129); }

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

background-color css

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

 a { background-color: rgb(255,117,129); }

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

border-color css

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

 span { border-color: rgb(255,117,129); }

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