Html Css Color HEX #FC6492 Brink Pink

📋 copy color: '#FC6492'

red 252 ◦ green 100 ◦ blue 146

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

Shades of Brink Pink #FC6492

Tints of Brink Pink #FC6492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.08%

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

R = 50.6%
G = 20.08%
B = 29.32%

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

#FC6492 (or 0xFC6492) is known color: Brink Pink. HEX triplet: FC, 64 and 92. RGB value is (252,100,146). Sum of RGB (Red+Green+Blue) = 252+100+146=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6492 is #039B6D. Grayscale: #969696. Windows color (decimal): -236398 or 9594108. OLE color: 9594108.

HSL color Cylindrical-coordinate representation of color #FC6492: hue angle of 341.84º 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 #FC6492 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 146 -
CMYK 0 0.60 0.42 0.01
HSL 341.84º 0.96% 0.69% -
HSV(B) 341.84º 0.6% 0.99% -
XYZ 49.89 31.89 30.72 -
YUV 150.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 252 100 146 0 0.60 0.42 0.01 341.84 0.96 0.69
Hex FC 64 92 0 3C 2A 1 156 60 45
Octal 374 144 222 0 74 52 1 526 140 105
Binary 11111100 1100100 10010010 0 111100 101010 1 101010110 1100000 1000101

Color Harmonies of #FC6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6492

Black with #FC6492

Text Example


Text Example

White with #FC6492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6492; }

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

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

background-color css

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

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

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

border-color css

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

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

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