Html Css Color HEX #FA6B7B Brink Pink

📋 copy color: '#FA6B7B'

red 250 ◦ green 107 ◦ blue 123

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

Shades of Brink Pink #FA6B7B

Tints of Brink Pink #FA6B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

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

R = 52.08%
G = 22.29%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA6B7B (or 0xFA6B7B) is known color: Brink Pink. HEX triplet: FA, 6B and 7B. RGB value is (250,107,123). Sum of RGB (Red+Green+Blue) = 250+107+123=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B7B is #059484. Grayscale: #979797. Windows color (decimal): -365701 or 8088570. OLE color: 8088570.

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

Color convert

RGB 250 107 123 -
CMYK 0 0.57 0.51 0.02
HSL 353.29º 0.93% 0.7% -
HSV(B) 353.29º 0.57% 0.98% -
XYZ 48.26 32.27 22.42 -
YUV 151.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 250 107 123 0 0.57 0.51 0.02 353.29 0.93 0.7
Hex FA 6B 7B 0 39 33 2 161 5D 46
Octal 372 153 173 0 71 63 2 541 135 106
Binary 11111010 1101011 1111011 0 111001 110011 10 101100001 1011101 1000110

Color Harmonies of #FA6B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B7B

Black with #FA6B7B

Text Example


Text Example

White with #FA6B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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