Html Css Color HEX #FA667F Brink Pink

📋 copy color: '#FA667F'

red 250 ◦ green 102 ◦ blue 127

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

Shades of Brink Pink #FA667F

Tints of Brink Pink #FA667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.51%

R = 52.19%
G = 21.29%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA667F (or 0xFA667F) is known color: Brink Pink. HEX triplet: FA, 66 and 7F. RGB value is (250,102,127). Sum of RGB (Red+Green+Blue) = 250+102+127=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA667F is #059980. Grayscale: #959595. Windows color (decimal): -366977 or 8349434. OLE color: 8349434.

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

Color convert

RGB 250 102 127 -
CMYK 0 0.59 0.49 0.02
HSL 349.86º 0.94% 0.69% -
HSV(B) 349.86º 0.59% 0.98% -
XYZ 48.01 31.36 23.6 -
YUV 149.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 250 102 127 0 0.59 0.49 0.02 349.86 0.94 0.69
Hex FA 66 7F 0 3B 31 2 15E 5E 45
Octal 372 146 177 0 73 61 2 536 136 105
Binary 11111010 1100110 1111111 0 111011 110001 10 101011110 1011110 1000101

Color Harmonies of #FA667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA667F

Black with #FA667F

Text Example


Text Example

White with #FA667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA667F; }

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

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

background-color css

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

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

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

border-color css

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

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

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