Html Css Color HEX #FA7481 Brink Pink

📋 copy color: '#FA7481'

red 250 ◦ green 116 ◦ blue 129

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

Shades of Brink Pink #FA7481

Tints of Brink Pink #FA7481

RGB

 RED value IS 250 (98.05% from 255) = 50.51%

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

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

R = 50.51%
G = 23.43%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA7481 (or 0xFA7481) is known color: Brink Pink. HEX triplet: FA, 74 and 81. RGB value is (250,116,129). Sum of RGB (Red+Green+Blue) = 250+116+129=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7481 is #058B7E. Grayscale: #9D9D9D. Windows color (decimal): -363391 or 8484090. OLE color: 8484090.

HSL color Cylindrical-coordinate representation of color #FA7481: hue angle of 354.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7481 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 129 -
CMYK 0 0.54 0.48 0.02
HSL 354.18º 0.93% 0.72% -
HSV(B) 354.18º 0.54% 0.98% -
XYZ 49.63 34.4 24.79 -
YUV 157.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 250 116 129 0 0.54 0.48 0.02 354.18 0.93 0.72
Hex FA 74 81 0 36 30 2 162 5D 48
Octal 372 164 201 0 66 60 2 542 135 110
Binary 11111010 1110100 10000001 0 110110 110000 10 101100010 1011101 1001000

Color Harmonies of #FA7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7481

Black with #FA7481

Text Example


Text Example

White with #FA7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7481; }

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

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

background-color css

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

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

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

border-color css

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

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

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