Html Css Color HEX #FA6D90 Brink Pink

📋 copy color: '#FA6D90'

red 250 ◦ green 109 ◦ blue 144

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

Shades of Brink Pink #FA6D90

Tints of Brink Pink #FA6D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.67%

 BLUE value IS 144 (56.64% from 255) = 28.63%

R = 49.7%
G = 21.67%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA6D90 (or 0xFA6D90) is known color: Brink Pink. HEX triplet: FA, 6D and 90. RGB value is (250,109,144). Sum of RGB (Red+Green+Blue) = 250+109+144=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6D90 is #05926F. Grayscale: #9B9B9B. Windows color (decimal): -365168 or 9465338. OLE color: 9465338.

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

Color convert

RGB 250 109 144 -
CMYK 0 0.56 0.42 0.02
HSL 345.11º 0.93% 0.7% -
HSV(B) 345.11º 0.56% 0.98% -
XYZ 49.93 33.27 30.18 -
YUV 155.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 250 109 144 0 0.56 0.42 0.02 345.11 0.93 0.7
Hex FA 6D 90 0 38 2A 2 159 5D 46
Octal 372 155 220 0 70 52 2 531 135 106
Binary 11111010 1101101 10010000 0 111000 101010 10 101011001 1011101 1000110

Color Harmonies of #FA6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D90

Black with #FA6D90

Text Example


Text Example

White with #FA6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D90; }

 p { color: rgb(250,109,144); }

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

background-color css

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

 a { background-color: rgb(250,109,144); }

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

border-color css

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

 span { border-color: rgb(250,109,144); }

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