Html Css Color HEX #FC6995 Brink Pink

📋 copy color: '#FC6995'

red 252 ◦ green 105 ◦ blue 149

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

Shades of Brink Pink #FC6995

Tints of Brink Pink #FC6995

RGB

 RED value IS 252 (98.83% from 255) = 49.8%

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

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

R = 49.8%
G = 20.75%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC6995 (or 0xFC6995) is known color: Brink Pink. HEX triplet: FC, 69 and 95. RGB value is (252,105,149). Sum of RGB (Red+Green+Blue) = 252+105+149=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6995 is #03966A. Grayscale: #999999. Windows color (decimal): -235115 or 9791996. OLE color: 9791996.

HSL color Cylindrical-coordinate representation of color #FC6995: hue angle of 342.04º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6995 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 105 149 -
CMYK 0 0.58 0.41 0.01
HSL 342.04º 0.96% 0.7% -
HSV(B) 342.04º 0.58% 0.99% -
XYZ 50.62 32.97 32.13 -
YUV 153.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 252 105 149 0 0.58 0.41 0.01 342.04 0.96 0.7
Hex FC 69 95 0 3A 29 1 156 60 46
Octal 374 151 225 0 72 51 1 526 140 106
Binary 11111100 1101001 10010101 0 111010 101001 1 101010110 1100000 1000110

Color Harmonies of #FC6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6995

Black with #FC6995

Text Example


Text Example

White with #FC6995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6995; }

 p { color: rgb(252,105,149); }

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

background-color css

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

 a { background-color: rgb(252,105,149); }

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

border-color css

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

 span { border-color: rgb(252,105,149); }

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