Html Css Color HEX #FC6A92 Brink Pink

📋 copy color: '#FC6A92'

red 252 ◦ green 106 ◦ blue 146

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

Shades of Brink Pink #FC6A92

Tints of Brink Pink #FC6A92

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.03%

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

R = 50%
G = 21.03%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6A92 (or 0xFC6A92) is known color: Brink Pink. HEX triplet: FC, 6A and 92. RGB value is (252,106,146). Sum of RGB (Red+Green+Blue) = 252+106+146=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6A92 is #03956D. Grayscale: #9A9A9A. Windows color (decimal): -234862 or 9595644. OLE color: 9595644.

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

Color convert

RGB 252 106 146 -
CMYK 0 0.58 0.42 0.01
HSL 343.56º 0.96% 0.7% -
HSV(B) 343.56º 0.58% 0.99% -
XYZ 50.49 33.08 30.92 -
YUV 154.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 252 106 146 0 0.58 0.42 0.01 343.56 0.96 0.7
Hex FC 6A 92 0 3A 2A 1 158 60 46
Octal 374 152 222 0 72 52 1 530 140 106
Binary 11111100 1101010 10010010 0 111010 101010 1 101011000 1100000 1000110

Color Harmonies of #FC6A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A92

Black with #FC6A92

Text Example


Text Example

White with #FC6A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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