Html Css Color HEX #FA708F Brink Pink

📋 copy color: '#FA708F'

red 250 ◦ green 112 ◦ blue 143

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

Shades of Brink Pink #FA708F

Tints of Brink Pink #FA708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.32%

R = 49.5%
G = 22.18%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA708F (or 0xFA708F) is known color: Brink Pink. HEX triplet: FA, 70 and 8F. RGB value is (250,112,143). Sum of RGB (Red+Green+Blue) = 250+112+143=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA708F is #058F70. Grayscale: #9C9C9C. Windows color (decimal): -364401 or 9400570. OLE color: 9400570.

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

Color convert

RGB 250 112 143 -
CMYK 0 0.55 0.43 0.02
HSL 346.52º 0.93% 0.71% -
HSV(B) 346.52º 0.55% 0.98% -
XYZ 50.18 33.9 29.88 -
YUV 156.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 250 112 143 0 0.55 0.43 0.02 346.52 0.93 0.71
Hex FA 70 8F 0 37 2B 2 15B 5D 47
Octal 372 160 217 0 67 53 2 533 135 107
Binary 11111010 1110000 10001111 0 110111 101011 10 101011011 1011101 1000111

Color Harmonies of #FA708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA708F

Black with #FA708F

Text Example


Text Example

White with #FA708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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