Html Css Color HEX #FA6C8A Brink Pink

📋 copy color: '#FA6C8A'

red 250 ◦ green 108 ◦ blue 138

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

Shades of Brink Pink #FA6C8A

Tints of Brink Pink #FA6C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 50.4%
G = 21.77%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA6C8A (or 0xFA6C8A) is known color: Brink Pink. HEX triplet: FA, 6C and 8A. RGB value is (250,108,138). Sum of RGB (Red+Green+Blue) = 250+108+138=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6C8A is #059375. Grayscale: #999999. Windows color (decimal): -365430 or 9071866. OLE color: 9071866.

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

Color convert

RGB 250 108 138 -
CMYK 0 0.57 0.45 0.02
HSL 347.32º 0.93% 0.7% -
HSV(B) 347.32º 0.57% 0.98% -
XYZ 49.37 32.88 27.79 -
YUV 153.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 250 108 138 0 0.57 0.45 0.02 347.32 0.93 0.7
Hex FA 6C 8A 0 39 2D 2 15B 5D 46
Octal 372 154 212 0 71 55 2 533 135 106
Binary 11111010 1101100 10001010 0 111001 101101 10 101011011 1011101 1000110

Color Harmonies of #FA6C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C8A

Black with #FA6C8A

Text Example


Text Example

White with #FA6C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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