Html Css Color HEX #FA648C Brink Pink

📋 copy color: '#FA648C'

red 250 ◦ green 100 ◦ blue 140

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

Shades of Brink Pink #FA648C

Tints of Brink Pink #FA648C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 51.02%
G = 20.41%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA648C (or 0xFA648C) is known color: Brink Pink. HEX triplet: FA, 64 and 8C. RGB value is (250,100,140). Sum of RGB (Red+Green+Blue) = 250+100+140=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA648C is #059B73. Grayscale: #959595. Windows color (decimal): -367476 or 9200890. OLE color: 9200890.

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

Color convert

RGB 250 100 140 -
CMYK 0 0.6 0.44 0.02
HSL 344º 0.94% 0.69% -
HSV(B) 344º 0.6% 0.98% -
XYZ 48.72 31.33 28.29 -
YUV 149.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 250 100 140 0 0.6 0.44 0.02 344 0.94 0.69
Hex FA 64 8C 0 3C 2C 2 158 5E 45
Octal 372 144 214 0 74 54 2 530 136 105
Binary 11111010 1100100 10001100 0 111100 101100 10 101011000 1011110 1000101

Color Harmonies of #FA648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA648C

Black with #FA648C

Text Example


Text Example

White with #FA648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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