Html Css Color HEX #FA6793 Brink Pink

📋 copy color: '#FA6793'

red 250 ◦ green 103 ◦ blue 147

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

Shades of Brink Pink #FA6793

Tints of Brink Pink #FA6793

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.6%

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 50%
G = 20.6%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA6793 (or 0xFA6793) is known color: Brink Pink. HEX triplet: FA, 67 and 93. RGB value is (250,103,147). Sum of RGB (Red+Green+Blue) = 250+103+147=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6793 is #05986C. Grayscale: #979797. Windows color (decimal): -366701 or 9660410. OLE color: 9660410.

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

Color convert

RGB 250 103 147 -
CMYK 0 0.59 0.41 0.02
HSL 342.04º 0.94% 0.69% -
HSV(B) 342.04º 0.59% 0.98% -
XYZ 49.54 32.13 31.19 -
YUV 151.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 250 103 147 0 0.59 0.41 0.02 342.04 0.94 0.69
Hex FA 67 93 0 3B 29 2 156 5E 45
Octal 372 147 223 0 73 51 2 526 136 105
Binary 11111010 1100111 10010011 0 111011 101001 10 101010110 1011110 1000101

Color Harmonies of #FA6793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6793

Black with #FA6793

Text Example


Text Example

White with #FA6793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6793; }

 p { color: rgb(250,103,147); }

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

background-color css

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

 a { background-color: rgb(250,103,147); }

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

border-color css

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

 span { border-color: rgb(250,103,147); }

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