Html Css Color HEX #FA6992 Brink Pink

📋 copy color: '#FA6992'

red 250 ◦ green 105 ◦ blue 146

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

Shades of Brink Pink #FA6992

Tints of Brink Pink #FA6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.96%

 BLUE value IS 146 (57.42% from 255) = 29.14%

R = 49.9%
G = 20.96%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA6992 (or 0xFA6992) is known color: Brink Pink. HEX triplet: FA, 69 and 92. RGB value is (250,105,146). Sum of RGB (Red+Green+Blue) = 250+105+146=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6992 is #05966D. Grayscale: #999999. Windows color (decimal): -366190 or 9595386. OLE color: 9595386.

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

Color convert

RGB 250 105 146 -
CMYK 0 0.58 0.42 0.02
HSL 343.03º 0.94% 0.7% -
HSV(B) 343.03º 0.58% 0.98% -
XYZ 49.66 32.5 30.85 -
YUV 153.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 250 105 146 0 0.58 0.42 0.02 343.03 0.94 0.7
Hex FA 69 92 0 3A 2A 2 157 5E 46
Octal 372 151 222 0 72 52 2 527 136 106
Binary 11111010 1101001 10010010 0 111010 101010 10 101010111 1011110 1000110

Color Harmonies of #FA6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6992

Black with #FA6992

Text Example


Text Example

White with #FA6992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6992; }

 p { color: rgb(250,105,146); }

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

background-color css

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

 a { background-color: rgb(250,105,146); }

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

border-color css

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

 span { border-color: rgb(250,105,146); }

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