Html Css Color HEX #FA647B Brink Pink

📋 copy color: '#FA647B'

red 250 ◦ green 100 ◦ blue 123

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

Shades of Brink Pink #FA647B

Tints of Brink Pink #FA647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

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

R = 52.85%
G = 21.14%
B = 26%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA647B (or 0xFA647B) is known color: Brink Pink. HEX triplet: FA, 64 and 7B. RGB value is (250,100,123). Sum of RGB (Red+Green+Blue) = 250+100+123=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA647B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA647B is #059B84. Grayscale: #939393. Windows color (decimal): -367493 or 8086778. OLE color: 8086778.

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

Color convert

RGB 250 100 123 -
CMYK 0 0.6 0.51 0.02
HSL 350.8º 0.94% 0.69% -
HSV(B) 350.8º 0.6% 0.98% -
XYZ 47.56 30.87 22.19 -
YUV 147.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 250 100 123 0 0.6 0.51 0.02 350.8 0.94 0.69
Hex FA 64 7B 0 3C 33 2 15F 5E 45
Octal 372 144 173 0 74 63 2 537 136 105
Binary 11111010 1100100 1111011 0 111100 110011 10 101011111 1011110 1000101

Color Harmonies of #FA647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA647B

Black with #FA647B

Text Example


Text Example

White with #FA647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA647B; }

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

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

background-color css

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

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

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

border-color css

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

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

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