Html Css Color HEX #FA6795 Brink Pink

📋 copy color: '#FA6795'

red 250 ◦ green 103 ◦ blue 149

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

Shades of Brink Pink #FA6795

Tints of Brink Pink #FA6795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 49.8%
G = 20.52%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA6795 (or 0xFA6795) is known color: Brink Pink. HEX triplet: FA, 67 and 95. RGB value is (250,103,149). Sum of RGB (Red+Green+Blue) = 250+103+149=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6795 is #05986A. Grayscale: #989898. Windows color (decimal): -366699 or 9791482. OLE color: 9791482.

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

Color convert

RGB 250 103 149 -
CMYK 0 0.59 0.40 0.02
HSL 341.22º 0.94% 0.69% -
HSV(B) 341.22º 0.59% 0.98% -
XYZ 49.7 32.19 32.03 -
YUV 152.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 250 103 149 0 0.59 0.40 0.02 341.22 0.94 0.69
Hex FA 67 95 0 3B 28 2 155 5E 45
Octal 372 147 225 0 73 50 2 525 136 105
Binary 11111010 1100111 10010101 0 111011 101000 10 101010101 1011110 1000101

Color Harmonies of #FA6795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6795

Black with #FA6795

Text Example


Text Example

White with #FA6795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6795; }

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

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

background-color css

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

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

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

border-color css

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

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

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