Html Css Color HEX #FA707F Brink Pink

📋 copy color: '#FA707F'

red 250 ◦ green 112 ◦ blue 127

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

Shades of Brink Pink #FA707F

Tints of Brink Pink #FA707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.97%

R = 51.12%
G = 22.9%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA707F (or 0xFA707F) is known color: Brink Pink. HEX triplet: FA, 70 and 7F. RGB value is (250,112,127). Sum of RGB (Red+Green+Blue) = 250+112+127=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA707F is #058F80. Grayscale: #9B9B9B. Windows color (decimal): -364417 or 8351994. OLE color: 8351994.

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

Color convert

RGB 250 112 127 -
CMYK 0 0.55 0.49 0.02
HSL 353.48º 0.93% 0.71% -
HSV(B) 353.48º 0.55% 0.98% -
XYZ 49.05 33.44 23.95 -
YUV 154.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 250 112 127 0 0.55 0.49 0.02 353.48 0.93 0.71
Hex FA 70 7F 0 37 31 2 161 5D 47
Octal 372 160 177 0 67 61 2 541 135 107
Binary 11111010 1110000 1111111 0 110111 110001 10 101100001 1011101 1000111

Color Harmonies of #FA707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA707F

Black with #FA707F

Text Example


Text Example

White with #FA707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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