Html Css Color HEX #FA5E7B Brink Pink

📋 copy color: '#FA5E7B'

red 250 ◦ green 94 ◦ blue 123

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

Shades of Brink Pink #FA5E7B

Tints of Brink Pink #FA5E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 53.53%
G = 20.13%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA5E7B (or 0xFA5E7B) is known color: Brink Pink. HEX triplet: FA, 5E and 7B. RGB value is (250,94,123). Sum of RGB (Red+Green+Blue) = 250+94+123=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E7B is #05A184. Grayscale: #8F8F8F. Windows color (decimal): -369029 or 8085242. OLE color: 8085242.

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

Color convert

RGB 250 94 123 -
CMYK 0 0.62 0.51 0.02
HSL 348.85º 0.94% 0.67% -
HSV(B) 348.85º 0.62% 0.98% -
XYZ 47 29.76 22.01 -
YUV 143.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 250 94 123 0 0.62 0.51 0.02 348.85 0.94 0.67
Hex FA 5E 7B 0 3E 33 2 15D 5E 43
Octal 372 136 173 0 76 63 2 535 136 103
Binary 11111010 1011110 1111011 0 111110 110011 10 101011101 1011110 1000011

Color Harmonies of #FA5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E7B

Black with #FA5E7B

Text Example


Text Example

White with #FA5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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