Html Css Color HEX #FA6695 Brink Pink

📋 copy color: '#FA6695'

red 250 ◦ green 102 ◦ blue 149

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

Shades of Brink Pink #FA6695

Tints of Brink Pink #FA6695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.36%

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

R = 49.9%
G = 20.36%
B = 29.74%

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

#FA6695 (or 0xFA6695) is known color: Brink Pink. HEX triplet: FA, 66 and 95. RGB value is (250,102,149). Sum of RGB (Red+Green+Blue) = 250+102+149=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6695 is #05996A. Grayscale: #979797. Windows color (decimal): -366955 or 9791226. OLE color: 9791226.

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

Color convert

RGB 250 102 149 -
CMYK 0 0.59 0.40 0.02
HSL 340.95º 0.94% 0.69% -
HSV(B) 340.95º 0.59% 0.98% -
XYZ 49.6 32 32 -
YUV 151.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 250 102 149 0 0.59 0.40 0.02 340.95 0.94 0.69
Hex FA 66 95 0 3B 28 2 155 5E 45
Octal 372 146 225 0 73 50 2 525 136 105
Binary 11111010 1100110 10010101 0 111011 101000 10 101010101 1011110 1000101

Color Harmonies of #FA6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6695

Black with #FA6695

Text Example


Text Example

White with #FA6695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6695; }

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

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

background-color css

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

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

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

border-color css

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

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

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