Html Css Color HEX #FA667C Brink Pink

📋 copy color: '#FA667C'

red 250 ◦ green 102 ◦ blue 124

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

Shades of Brink Pink #FA667C

Tints of Brink Pink #FA667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

 BLUE value IS 124 (48.83% from 255) = 26.05%

R = 52.52%
G = 21.43%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA667C (or 0xFA667C) is known color: Brink Pink. HEX triplet: FA, 66 and 7C. RGB value is (250,102,124). Sum of RGB (Red+Green+Blue) = 250+102+124=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA667C is #059983. Grayscale: #949494. Windows color (decimal): -366980 or 8152826. OLE color: 8152826.

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

Color convert

RGB 250 102 124 -
CMYK 0 0.59 0.50 0.02
HSL 351.08º 0.94% 0.69% -
HSV(B) 351.08º 0.59% 0.98% -
XYZ 47.81 31.28 22.59 -
YUV 148.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 250 102 124 0 0.59 0.50 0.02 351.08 0.94 0.69
Hex FA 66 7C 0 3B 32 2 15F 5E 45
Octal 372 146 174 0 73 62 2 537 136 105
Binary 11111010 1100110 1111100 0 111011 110010 10 101011111 1011110 1000101

Color Harmonies of #FA667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA667C

Black with #FA667C

Text Example


Text Example

White with #FA667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA667C; }

 p { color: rgb(250,102,124); }

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

background-color css

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

 a { background-color: rgb(250,102,124); }

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

border-color css

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

 span { border-color: rgb(250,102,124); }

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