Html Css Color HEX #FA667A Brink Pink

📋 copy color: '#FA667A'

red 250 ◦ green 102 ◦ blue 122

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

Shades of Brink Pink #FA667A

Tints of Brink Pink #FA667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.74%

R = 52.74%
G = 21.52%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA667A (or 0xFA667A) is known color: Brink Pink. HEX triplet: FA, 66 and 7A. RGB value is (250,102,122). Sum of RGB (Red+Green+Blue) = 250+102+122=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA667A is #059985. Grayscale: #949494. Windows color (decimal): -366982 or 8021754. OLE color: 8021754.

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

Color convert

RGB 250 102 122 -
CMYK 0 0.59 0.51 0.02
HSL 351.89º 0.94% 0.69% -
HSV(B) 351.89º 0.59% 0.98% -
XYZ 47.69 31.23 21.93 -
YUV 148.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 250 102 122 0 0.59 0.51 0.02 351.89 0.94 0.69
Hex FA 66 7A 0 3B 33 2 160 5E 45
Octal 372 146 172 0 73 63 2 540 136 105
Binary 11111010 1100110 1111010 0 111011 110011 10 101100000 1011110 1000101

Color Harmonies of #FA667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA667A

Black with #FA667A

Text Example


Text Example

White with #FA667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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