Html Css Color HEX #FA727B Brink Pink

📋 copy color: '#FA727B'

red 250 ◦ green 114 ◦ blue 123

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

Shades of Brink Pink #FA727B

Tints of Brink Pink #FA727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 51.33%
G = 23.41%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA727B (or 0xFA727B) is known color: Brink Pink. HEX triplet: FA, 72 and 7B. RGB value is (250,114,123). Sum of RGB (Red+Green+Blue) = 250+114+123=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA727B is #058D84. Grayscale: #9B9B9B. Windows color (decimal): -363909 or 8090362. OLE color: 8090362.

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

Color convert

RGB 250 114 123 -
CMYK 0 0.54 0.51 0.02
HSL 356.03º 0.93% 0.71% -
HSV(B) 356.03º 0.54% 0.98% -
XYZ 49.02 33.79 22.68 -
YUV 155.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 250 114 123 0 0.54 0.51 0.02 356.03 0.93 0.71
Hex FA 72 7B 0 36 33 2 164 5D 47
Octal 372 162 173 0 66 63 2 544 135 107
Binary 11111010 1110010 1111011 0 110110 110011 10 101100100 1011101 1000111

Color Harmonies of #FA727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA727B

Black with #FA727B

Text Example


Text Example

White with #FA727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA727B; }

 p { color: rgb(250,114,123); }

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

background-color css

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

 a { background-color: rgb(250,114,123); }

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

border-color css

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

 span { border-color: rgb(250,114,123); }

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