Html Css Color HEX #FA5E7E Brink Pink

📋 copy color: '#FA5E7E'

red 250 ◦ green 94 ◦ blue 126

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

Shades of Brink Pink #FA5E7E

Tints of Brink Pink #FA5E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 53.19%
G = 20%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA5E7E (or 0xFA5E7E) is known color: Brink Pink. HEX triplet: FA, 5E and 7E. RGB value is (250,94,126). Sum of RGB (Red+Green+Blue) = 250+94+126=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E7E is #05A181. Grayscale: #909090. Windows color (decimal): -369026 or 8281850. OLE color: 8281850.

HSL color Cylindrical-coordinate representation of color #FA5E7E: hue angle of 347.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5E7E is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 94 126 -
CMYK 0 0.62 0.50 0.02
HSL 347.69º 0.94% 0.67% -
HSV(B) 347.69º 0.62% 0.98% -
XYZ 47.19 29.84 23.01 -
YUV 144.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 250 94 126 0 0.62 0.50 0.02 347.69 0.94 0.67
Hex FA 5E 7E 0 3E 32 2 15C 5E 43
Octal 372 136 176 0 76 62 2 534 136 103
Binary 11111010 1011110 1111110 0 111110 110010 10 101011100 1011110 1000011

Color Harmonies of #FA5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E7E

Black with #FA5E7E

Text Example


Text Example

White with #FA5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E7E; }

 p { color: rgb(250,94,126); }

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

background-color css

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

 a { background-color: rgb(250,94,126); }

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

border-color css

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

 span { border-color: rgb(250,94,126); }

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