Html Css Color HEX #FA6286 Brink Pink

📋 copy color: '#FA6286'

red 250 ◦ green 98 ◦ blue 134

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

Shades of Brink Pink #FA6286

Tints of Brink Pink #FA6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.33%

 BLUE value IS 134 (52.73% from 255) = 27.8%

R = 51.87%
G = 20.33%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA6286 (or 0xFA6286) is known color: Brink Pink. HEX triplet: FA, 62 and 86. RGB value is (250,98,134). Sum of RGB (Red+Green+Blue) = 250+98+134=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6286 is #059D79. Grayscale: #939393. Windows color (decimal): -367994 or 8807162. OLE color: 8807162.

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

Color convert

RGB 250 98 134 -
CMYK 0 0.61 0.46 0.02
HSL 345.79º 0.94% 0.68% -
HSV(B) 345.79º 0.61% 0.98% -
XYZ 48.1 30.78 25.96 -
YUV 147.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 250 98 134 0 0.61 0.46 0.02 345.79 0.94 0.68
Hex FA 62 86 0 3D 2E 2 15A 5E 44
Octal 372 142 206 0 75 56 2 532 136 104
Binary 11111010 1100010 10000110 0 111101 101110 10 101011010 1011110 1000100

Color Harmonies of #FA6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6286

Black with #FA6286

Text Example


Text Example

White with #FA6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6286; }

 p { color: rgb(250,98,134); }

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

background-color css

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

 a { background-color: rgb(250,98,134); }

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

border-color css

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

 span { border-color: rgb(250,98,134); }

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