Html Css Color HEX #FA5D7F Brink Pink

📋 copy color: '#FA5D7F'

red 250 ◦ green 93 ◦ blue 127

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

Shades of Brink Pink #FA5D7F

Tints of Brink Pink #FA5D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.79%

 BLUE value IS 127 (50% from 255) = 27.02%

R = 53.19%
G = 19.79%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA5D7F (or 0xFA5D7F) is known color: Brink Pink. HEX triplet: FA, 5D and 7F. RGB value is (250,93,127). Sum of RGB (Red+Green+Blue) = 250+93+127=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5D7F is #05A280. Grayscale: #8F8F8F. Windows color (decimal): -369281 or 8347130. OLE color: 8347130.

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

Color convert

RGB 250 93 127 -
CMYK 0 0.63 0.49 0.02
HSL 347.01º 0.94% 0.67% -
HSV(B) 347.01º 0.63% 0.98% -
XYZ 47.17 29.69 23.32 -
YUV 143.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 250 93 127 0 0.63 0.49 0.02 347.01 0.94 0.67
Hex FA 5D 7F 0 3F 31 2 15B 5E 43
Octal 372 135 177 0 77 61 2 533 136 103
Binary 11111010 1011101 1111111 0 111111 110001 10 101011011 1011110 1000011

Color Harmonies of #FA5D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D7F

Black with #FA5D7F

Text Example


Text Example

White with #FA5D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D7F; }

 p { color: rgb(250,93,127); }

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

background-color css

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

 a { background-color: rgb(250,93,127); }

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

border-color css

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

 span { border-color: rgb(250,93,127); }

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