Html Css Color HEX #FA7284 Brink Pink

📋 copy color: '#FA7284'

red 250 ◦ green 114 ◦ blue 132

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

Shades of Brink Pink #FA7284

Tints of Brink Pink #FA7284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

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

R = 50.4%
G = 22.98%
B = 26.61%

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

#FA7284 (or 0xFA7284) is known color: Brink Pink. HEX triplet: FA, 72 and 84. RGB value is (250,114,132). Sum of RGB (Red+Green+Blue) = 250+114+132=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7284 is #058D7B. Grayscale: #9C9C9C. Windows color (decimal): -363900 or 8680186. OLE color: 8680186.

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

Color convert

RGB 250 114 132 -
CMYK 0 0.54 0.47 0.02
HSL 352.06º 0.93% 0.71% -
HSV(B) 352.06º 0.54% 0.98% -
XYZ 49.61 34.02 25.78 -
YUV 156.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 250 114 132 0 0.54 0.47 0.02 352.06 0.93 0.71
Hex FA 72 84 0 36 2F 2 160 5D 47
Octal 372 162 204 0 66 57 2 540 135 107
Binary 11111010 1110010 10000100 0 110110 101111 10 101100000 1011101 1000111

Color Harmonies of #FA7284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7284

Black with #FA7284

Text Example


Text Example

White with #FA7284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7284; }

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

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

background-color css

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

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

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

border-color css

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

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

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