Html Css Color HEX #FA7484 Brink Pink

📋 copy color: '#FA7484'

red 250 ◦ green 116 ◦ blue 132

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

Shades of Brink Pink #FA7484

Tints of Brink Pink #FA7484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.51%

R = 50.2%
G = 23.29%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA7484 (or 0xFA7484) is known color: Brink Pink. HEX triplet: FA, 74 and 84. RGB value is (250,116,132). Sum of RGB (Red+Green+Blue) = 250+116+132=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7484 is #058B7B. Grayscale: #9D9D9D. Windows color (decimal): -363388 or 8680698. OLE color: 8680698.

HSL color Cylindrical-coordinate representation of color #FA7484: hue angle of 352.84º 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 #FA7484 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 132 -
CMYK 0 0.54 0.47 0.02
HSL 352.84º 0.93% 0.72% -
HSV(B) 352.84º 0.54% 0.98% -
XYZ 49.83 34.48 25.86 -
YUV 157.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 250 116 132 0 0.54 0.47 0.02 352.84 0.93 0.72
Hex FA 74 84 0 36 2F 2 161 5D 48
Octal 372 164 204 0 66 57 2 541 135 110
Binary 11111010 1110100 10000100 0 110110 101111 10 101100001 1011101 1001000

Color Harmonies of #FA7484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7484

Black with #FA7484

Text Example


Text Example

White with #FA7484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7484; }

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

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

background-color css

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

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

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

border-color css

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

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

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