Html Css Color HEX #FA6C7E Brink Pink

📋 copy color: '#FA6C7E'

red 250 ◦ green 108 ◦ blue 126

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

Shades of Brink Pink #FA6C7E

Tints of Brink Pink #FA6C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.31%

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 51.65%
G = 22.31%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA6C7E (or 0xFA6C7E) is known color: Brink Pink. HEX triplet: FA, 6C and 7E. RGB value is (250,108,126). Sum of RGB (Red+Green+Blue) = 250+108+126=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C7E is #059381. Grayscale: #989898. Windows color (decimal): -365442 or 8285434. OLE color: 8285434.

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

Color convert

RGB 250 108 126 -
CMYK 0 0.57 0.50 0.02
HSL 352.39º 0.93% 0.7% -
HSV(B) 352.39º 0.57% 0.98% -
XYZ 48.55 32.56 23.46 -
YUV 152.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 250 108 126 0 0.57 0.50 0.02 352.39 0.93 0.7
Hex FA 6C 7E 0 39 32 2 160 5D 46
Octal 372 154 176 0 71 62 2 540 135 106
Binary 11111010 1101100 1111110 0 111001 110010 10 101100000 1011101 1000110

Color Harmonies of #FA6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C7E

Black with #FA6C7E

Text Example


Text Example

White with #FA6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C7E; }

 p { color: rgb(250,108,126); }

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

background-color css

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

 a { background-color: rgb(250,108,126); }

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

border-color css

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

 span { border-color: rgb(250,108,126); }

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