Html Css Color HEX #FA7090 Brink Pink

📋 copy color: '#FA7090'

red 250 ◦ green 112 ◦ blue 144

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

Shades of Brink Pink #FA7090

Tints of Brink Pink #FA7090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.13%

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

R = 49.41%
G = 22.13%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA7090 (or 0xFA7090) is known color: Brink Pink. HEX triplet: FA, 70 and 90. RGB value is (250,112,144). Sum of RGB (Red+Green+Blue) = 250+112+144=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7090 is #058F6F. Grayscale: #9C9C9C. Windows color (decimal): -364400 or 9466106. OLE color: 9466106.

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

Color convert

RGB 250 112 144 -
CMYK 0 0.55 0.42 0.02
HSL 346.09º 0.93% 0.71% -
HSV(B) 346.09º 0.55% 0.98% -
XYZ 50.25 33.93 30.29 -
YUV 156.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 250 112 144 0 0.55 0.42 0.02 346.09 0.93 0.71
Hex FA 70 90 0 37 2A 2 15A 5D 47
Octal 372 160 220 0 67 52 2 532 135 107
Binary 11111010 1110000 10010000 0 110111 101010 10 101011010 1011101 1000111

Color Harmonies of #FA7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7090

Black with #FA7090

Text Example


Text Example

White with #FA7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7090; }

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

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

background-color css

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

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

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

border-color css

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

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

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