Html Css Color HEX #FA6C7D Brink Pink

📋 copy color: '#FA6C7D'

red 250 ◦ green 108 ◦ blue 125

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

Shades of Brink Pink #FA6C7D

Tints of Brink Pink #FA6C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 51.76%
G = 22.36%
B = 25.88%

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

#FA6C7D (or 0xFA6C7D) is known color: Brink Pink. HEX triplet: FA, 6C and 7D. RGB value is (250,108,125). Sum of RGB (Red+Green+Blue) = 250+108+125=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C7D is #059382. Grayscale: #989898. Windows color (decimal): -365443 or 8219898. OLE color: 8219898.

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

Color convert

RGB 250 108 125 -
CMYK 0 0.57 0.50 0.02
HSL 352.82º 0.93% 0.7% -
HSV(B) 352.82º 0.57% 0.98% -
XYZ 48.49 32.53 23.13 -
YUV 152.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 250 108 125 0 0.57 0.50 0.02 352.82 0.93 0.7
Hex FA 6C 7D 0 39 32 2 161 5D 46
Octal 372 154 175 0 71 62 2 541 135 106
Binary 11111010 1101100 1111101 0 111001 110010 10 101100001 1011101 1000110

Color Harmonies of #FA6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C7D

Black with #FA6C7D

Text Example


Text Example

White with #FA6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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