Html Css Color HEX #FA6487 Brink Pink

📋 copy color: '#FA6487'

red 250 ◦ green 100 ◦ blue 135

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

Shades of Brink Pink #FA6487

Tints of Brink Pink #FA6487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.62%

 BLUE value IS 135 (53.13% from 255) = 27.84%

R = 51.55%
G = 20.62%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA6487 (or 0xFA6487) is known color: Brink Pink. HEX triplet: FA, 64 and 87. RGB value is (250,100,135). Sum of RGB (Red+Green+Blue) = 250+100+135=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6487 is #059B78. Grayscale: #949494. Windows color (decimal): -367481 or 8873210. OLE color: 8873210.

HSL color Cylindrical-coordinate representation of color #FA6487: hue angle of 346º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6487 is Cyan = 0, Magento = 0.6, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 100 135 -
CMYK 0 0.6 0.46 0.02
HSL 346º 0.94% 0.69% -
HSV(B) 346º 0.6% 0.98% -
XYZ 48.35 31.19 26.39 -
YUV 148.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 250 100 135 0 0.6 0.46 0.02 346 0.94 0.69
Hex FA 64 87 0 3C 2E 2 15A 5E 45
Octal 372 144 207 0 74 56 2 532 136 105
Binary 11111010 1100100 10000111 0 111100 101110 10 101011010 1011110 1000101

Color Harmonies of #FA6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6487

Black with #FA6487

Text Example


Text Example

White with #FA6487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6487; }

 p { color: rgb(250,100,135); }

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

background-color css

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

 a { background-color: rgb(250,100,135); }

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

border-color css

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

 span { border-color: rgb(250,100,135); }

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