Html Css Color HEX #FC6692 Brink Pink

📋 copy color: '#FC6692'

red 252 ◦ green 102 ◦ blue 146

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

Shades of Brink Pink #FC6692

Tints of Brink Pink #FC6692

RGB

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

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

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

R = 50.4%
G = 20.4%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6692 (or 0xFC6692) is known color: Brink Pink. HEX triplet: FC, 66 and 92. RGB value is (252,102,146). Sum of RGB (Red+Green+Blue) = 252+102+146=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6692 is #03996D. Grayscale: #979797. Windows color (decimal): -235886 or 9594620. OLE color: 9594620.

HSL color Cylindrical-coordinate representation of color #FC6692: hue angle of 342.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6692 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 146 -
CMYK 0 0.60 0.42 0.01
HSL 342.4º 0.96% 0.69% -
HSV(B) 342.4º 0.6% 0.99% -
XYZ 50.08 32.27 30.78 -
YUV 151.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 252 102 146 0 0.60 0.42 0.01 342.4 0.96 0.69
Hex FC 66 92 0 3C 2A 1 156 60 45
Octal 374 146 222 0 74 52 1 526 140 105
Binary 11111100 1100110 10010010 0 111100 101010 1 101010110 1100000 1000101

Color Harmonies of #FC6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6692

Black with #FC6692

Text Example


Text Example

White with #FC6692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6692; }

 p { color: rgb(252,102,146); }

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

background-color css

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

 a { background-color: rgb(252,102,146); }

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

border-color css

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

 span { border-color: rgb(252,102,146); }

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