Html Css Color HEX #FA7085 Brink Pink

📋 copy color: '#FA7085'

red 250 ◦ green 112 ◦ blue 133

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

Shades of Brink Pink #FA7085

Tints of Brink Pink #FA7085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.87%

R = 50.51%
G = 22.63%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA7085 (or 0xFA7085) is known color: Brink Pink. HEX triplet: FA, 70 and 85. RGB value is (250,112,133). Sum of RGB (Red+Green+Blue) = 250+112+133=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7085 is #058F7A. Grayscale: #9B9B9B. Windows color (decimal): -364411 or 8745210. OLE color: 8745210.

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

Color convert

RGB 250 112 133 -
CMYK 0 0.55 0.47 0.02
HSL 350.87º 0.93% 0.71% -
HSV(B) 350.87º 0.55% 0.98% -
XYZ 49.45 33.61 26.07 -
YUV 155.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 250 112 133 0 0.55 0.47 0.02 350.87 0.93 0.71
Hex FA 70 85 0 37 2F 2 15F 5D 47
Octal 372 160 205 0 67 57 2 537 135 107
Binary 11111010 1110000 10000101 0 110111 101111 10 101011111 1011101 1000111

Color Harmonies of #FA7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7085

Black with #FA7085

Text Example


Text Example

White with #FA7085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7085; }

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

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

background-color css

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

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

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

border-color css

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

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

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