Html Css Color HEX #FF7481 Brink Pink

📋 copy color: '#FF7481'

red 255 ◦ green 116 ◦ blue 129

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

Shades of Brink Pink #FF7481

Tints of Brink Pink #FF7481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.2%

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

R = 51%
G = 23.2%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7481 (or 0xFF7481) is known color: Brink Pink. HEX triplet: FF, 74 and 81. RGB value is (255,116,129). Sum of RGB (Red+Green+Blue) = 255+116+129=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7481 is #008B7E. Grayscale: #9F9F9F. Windows color (decimal): -35711 or 8484095. OLE color: 8484095.

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

Color convert

RGB 255 116 129 -
CMYK 0 0.55 0.49 0
HSL 354.39º 1% 0.73% -
HSV(B) 354.39º 0.55% 1% -
XYZ 51.45 35.34 24.88 -
YUV 159.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 255 116 129 0 0.55 0.49 0 354.39 1 0.73
Hex FF 74 81 0 37 31 0 162 64 49
Octal 377 164 201 0 67 61 0 542 144 111
Binary 11111111 1110100 10000001 0 110111 110001 0 101100010 1100100 1001001

Color Harmonies of #FF7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7481

Black with #FF7481

Text Example


Text Example

White with #FF7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7481; }

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

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

background-color css

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

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

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

border-color css

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

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

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