Html Css Color HEX #FC6F92 Brink Pink

📋 copy color: '#FC6F92'

red 252 ◦ green 111 ◦ blue 146

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

Shades of Brink Pink #FC6F92

Tints of Brink Pink #FC6F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.81%

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

R = 49.51%
G = 21.81%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6F92 (or 0xFC6F92) is known color: Brink Pink. HEX triplet: FC, 6F and 92. RGB value is (252,111,146). Sum of RGB (Red+Green+Blue) = 252+111+146=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6F92 is #03906D. Grayscale: #9D9D9D. Windows color (decimal): -233582 or 9596924. OLE color: 9596924.

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

Color convert

RGB 252 111 146 -
CMYK 0 0.56 0.42 0.01
HSL 345.11º 0.96% 0.71% -
HSV(B) 345.11º 0.56% 0.99% -
XYZ 51.02 34.14 31.09 -
YUV 157.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 252 111 146 0 0.56 0.42 0.01 345.11 0.96 0.71
Hex FC 6F 92 0 38 2A 1 159 60 47
Octal 374 157 222 0 70 52 1 531 140 107
Binary 11111100 1101111 10010010 0 111000 101010 1 101011001 1100000 1000111

Color Harmonies of #FC6F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F92

Black with #FC6F92

Text Example


Text Example

White with #FC6F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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