Html Css Color HEX #FA5C7E Brink Pink

📋 copy color: '#FA5C7E'

red 250 ◦ green 92 ◦ blue 126

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

Shades of Brink Pink #FA5C7E

Tints of Brink Pink #FA5C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.66%

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

R = 53.42%
G = 19.66%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA5C7E (or 0xFA5C7E) is known color: Brink Pink. HEX triplet: FA, 5C and 7E. RGB value is (250,92,126). Sum of RGB (Red+Green+Blue) = 250+92+126=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5C7E is #05A381. Grayscale: #8F8F8F. Windows color (decimal): -369538 or 8281338. OLE color: 8281338.

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

Color convert

RGB 250 92 126 -
CMYK 0 0.63 0.50 0.02
HSL 347.09º 0.94% 0.67% -
HSV(B) 347.09º 0.63% 0.98% -
XYZ 47.02 29.48 22.95 -
YUV 143.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 250 92 126 0 0.63 0.50 0.02 347.09 0.94 0.67
Hex FA 5C 7E 0 3F 32 2 15B 5E 43
Octal 372 134 176 0 77 62 2 533 136 103
Binary 11111010 1011100 1111110 0 111111 110010 10 101011011 1011110 1000011

Color Harmonies of #FA5C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5C7E

Black with #FA5C7E

Text Example


Text Example

White with #FA5C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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